Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My campaign is running on FB and I want to extract daily data with the help of Ads API.

I'm using facebook ads api and I'm facing this problem every time

{
   "error": {
      "message": "(#294) Managing advertisements requires the extended permission ads_management, and a participating API key",
      "type": "OAuthException",
      "code": 294
   }
}

I have created one app XYZ and using this created I created an ad campaign.

With Graph API Explorer I generated Access Token. and I give permissions also.

share|improve this question
i have the same problem, did you find anything ? By the way i am the additional user. i wonder is this cause to this problem ? – siniradam Oct 12 '12 at 13:35
No :( I didn't find any. – manish nautiyal Oct 16 '12 at 9:10
i found but lost 4 points. stackoverflow.com/questions/12891899/… – siniradam Oct 16 '12 at 15:29

1 Answer

You have to make sure you have an application white listed to use the Ads API. Also, you need to make sure you get an access token for that white listed application. If your app is white listed, you can use the graph explorer, change the drop down to your app, click get access token and make sure you tick the ads_management permissions. Hope that helps.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.