You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this gem, it made our life easier working with the Meta Ads.
Recently, We have been getting this Koala::Facebook::ClientError: type: OAuthException, code: 200, message: (#200) Permissions error, x-fb-trace-id: BoIlOqL6qEC [HTTP 403] from /usr/local/bundle/gems/koala-3.0.0/lib/koala/api.rb:50:in graph_call error when requesting ad_insights(v17.0) API. I sent the same GraphAPI request for these Ads on GraphAPI Explorer, and we got a successful insights response without any OAuthException, code: 200, message: (#200) Permissions errors.
We have all these permissions to our access token:
Sent ad insights request with the Koala Gem, got OAuthException for the ad_id 6541533064176:
Sent the same Ad insights request on GraphAPI Explorer for the ad_id 6541533064176:
I updated koala gem from v17.0 to the latest v20.0, but no luck, still getting the same OAuthException, code: 200, message: (#200) Permissions errors. Can someone please look into this issue? We are unable to figure out why we are getting OAuthExceptions only when requesting with the Koala gem. Much appreciated.
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for this gem, it made our life easier working with the Meta Ads.
Recently, We have been getting this
Koala::Facebook::ClientError: type: OAuthException, code: 200, message: (#200) Permissions error, x-fb-trace-id: BoIlOqL6qEC [HTTP 403] from /usr/local/bundle/gems/koala-3.0.0/lib/koala/api.rb:50:in graph_call
error when requesting ad_insights(v17.0) API. I sent the same GraphAPI request for these Ads on GraphAPI Explorer, and we got a successful insights response without anyOAuthException, code: 200, message: (#200) Permissions
errors.We have all these permissions to our access token:
Sent ad insights request with the Koala Gem, got OAuthException for the ad_id
6541533064176
:Sent the same Ad insights request on GraphAPI Explorer for the ad_id
6541533064176
:I updated koala gem from v17.0 to the latest v20.0, but no luck, still getting the same
OAuthException, code: 200, message: (#200) Permissions
errors. Can someone please look into this issue? We are unable to figure out why we are getting OAuthExceptions only when requesting with the Koala gem. Much appreciated.The text was updated successfully, but these errors were encountered: