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.

The website tool at: https://developers.facebook.com/tools/debug/

Can be used by any user to check their token but it seems that the API end point: https://graph.facebook.com/debug_token

Is only working for app developers.

Firstly I just wanted to confirm this is the case?

Secondly I was wondering if this is so if there is an API end point to check any token? Can't understand why this wouldn't be permitted given that there is a UI/web page feature to do this.

share|improve this question

1 Answer

Are you asking if the API only works for developers? Yes - As the documentation CBRoe provided shows, you need to include a currently valid access_token from your own app in order to debug the details of another one.

That API endpoint does let you check any token from your app, you just need to specify your own token to authenticate the request

share|improve this answer
No, Igy, you can not check just any token – it has to be a token tied to your app. Otherwise, you’ll get an exception saying, “(#100) The App_id in the input_token did not match the Viewing App” – CBroe Oct 5 '12 at 8:55
Gotcha, i'll correct my answer - didn't realise the app had to match but it makes sense, i don't see why you'd have tokens for another app to begin with – Igy Oct 5 '12 at 16:36
I'm still not clear, apologies if I am being slow :-/ So I have a user of our app who is trying to check his own token (which is tied to our app) using his own token. So something like this: graph.facebook.com/debug_token?input_token=INPUT_TOKEN&access_token=INPUT_TOKEN But he always gets: "There was an error returned from Facebook. Please ensure you have authenticated. ((#100) )" Is this expected? Should only users who are configured as developers of the app be able to run this? – chrisb Oct 6 '12 at 9:25

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.