Relative Content

Tag Archive for facebookfacebook-graph-api

No payment method in sandbox ad account

I created a sandbox ad account on Facebook API then created a system user, put all the permissions on it and associated it with this sandbox ad account to be able to create the ads but when I try to create an ad it asks to add a payment method.

https://graph.facebook.com/{your-user-id}/accounts?access_token={user-access-token} return empty data

I have the permissions public_profile, email, pages_read_engagement, instagram_basic, instagram_manage_insights, pages_show_list, read_insights, business_management. When I make a request to the API https://graph.facebook.com/v19.0/{your-user-id}/accounts?access_token={user-access-token} using a user ID and user access token, I sometimes get account data for some users, but for others, I receive empty data.