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.

I'm having a problem registering achievements: I'm posting this code with the graph explorer:

[APPID]/achievements?access_token=[app access_token]&achievement=[achievement link]&display_order=1

..and I keep getting back: "message": "(#15) This method must be called with an app access_token."

It seems like most people come unstuck when registering achievements using the wrong access_token, but I don't think that's the problem in my case. Anyone got any ideas on what else might be going wrong? Thanks :)

share|improve this question
In my experience it's usually the 'app type' that trips people up here, because it's a little-known setting. The app isn't in sandbox mode is it? That has a similar (privacy related) effect on the ability to use the app access token sometimes – Igy Sep 10 '12 at 23:27
Yeah the app type is set to 'web' and sandbox mode is disabled. :( – JackL Sep 11 '12 at 3:28
Any chance you could attach a screenshot from the Graph Explorer when doing this? – Claudiu Sep 11 '12 at 13:59
1  
Yep, happy to: here's a link: smallgreenhill.com/facebook/achievementpost.jpg (with some of the detail blanked out - hopefully none of that is pertinent) Thanks for checking it out Claudiu. – JackL Sep 11 '12 at 23:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.