Trying to upload photos in batches to Facebook, but I keep getting a Facebook Graph API "Unsupported get request" error

What are you trying to achieve?

I have a tablet with photos that I want to upload automatically to Facebook, but because there will be a lot of them I don’t want to just upload one at a time. I want them to upload in batches, preferably to a pre-existing album.

Steps taken so far

The photos successfully upload to Facebook if it’s just a simple Apple iOS Watch photos → Facebook post, but when I try to add Array Aggregator to post multiple together, I get this error code: The operation failed with an error. Unsupported get request. Please read the Graph API documentation at Graph API - Documentation - Meta for Developers (100, GraphMethodException)

To be honest, I’m pretty new to coding, so I’ve mainly been using the AI Assistant to build this. I’m just trying to figure out why I only run into this problem once I start trying to upload multiple photos together. If anyone has a better suggestion about how to upload photos in batches I would really appreciate it!

Screenshots: scenario setup, module configuration, errors

screenshot3.png
screenshot2.png

Welcome to the Make community!

This is likely a bug, since “Uploading a Photo” should be a POST request, not a GET request (as shown by the error message).

For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your account or scenario might not be suitable for an open forum discussion.

You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users). Alternatively, you should be able to send an email to helpdesk@make.com and support@make.com and it should create a ticket. After submitting a new ticket, you will receive an automatic confirmation email with the subject “Ticket Created” in the subject. If you do not receive this, try sending the ticket again.

If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.

Join the Make Fans Discord server to chat with other makers!

2 Likes

Thank you! I’ve done as you’ve suggested and opened a support ticket. Appreciate the help.

2 Likes