Dear all, I am new and use it for Meta Ad Library data. I faced the problem "(#613) Calls to this api have exceeded the rate limit." since last night and it remains for 12 hours. I checked Meta's website, which indicates the rate limit is renewed every hour. So I am quite confused and not sure how I should proceed. Any help is greatly appreciated.

I've encountered an error while attempting to list all first-party audience segmentations created in my GoogleAds account using the googleads Python library. Despite confirming that the credentials are correct and updating the library to the latest version available, I continue to face the following error:

[WARNING] 2024-03-26T12:42:30.368Z 41d1f691-e863-47a7-97c7-4ceec141ccef Error summary: {'faultMessage': '[ServerError.SERVER_ERROR @ ]', 'requestId': '8e056b59b2549571b78c96c177a495e2', 'responseTime': '1173', 'serviceName': 'AudienceSegmentService', 'methodName': 'getAudienceSegmentsByStatement'}

I've even attempted to execute the code on a clean installation in a virtual machine, but the error persists.

I'm reaching out to seek assistance from the community regarding this issue. Any insights or suggestions on how to resolve this error would be greatly appreciated.

Thank you in advance for your help.

Best regards;

I've even attempted to execute the code on a clean installation in a virtual machine, but the error persists.

The credentials are correct.

Hello facebook community, I have a question regarding the GET IG media by id endpoint. I have a webhook that sends me the media id of my account whenever someone tags me in their post. The webhook notifies me with the media_id of the post in which I was tagged. Is there any chance that I can get the media content by id using my access token? Otherwise, what use do I have with the media id that I get notified with? Currently if i do https://graph.facebook.com/v19.0/{media_id}?fields=media_url&access_token={access_token} it says that the object doesn't exists. Any solutions here? Thank you!