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."
- I'm using the app access token, not a user access_token. (Obtained through this link: https://developers.facebook.com/tools/access_token/ - but I've also used the technique described in the access_token docs - ie plugging: https://graph.facebook.com/oauth/access_token?client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&grant_type=client_credentials into your browser)
- I've set the app type to 'web' in the advanced settings
- The link I've made for the achievement comes up fine as an achievement when plugged into the debugger.
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 :)