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 have the access token, but my user still being unauthorized until he try to access the app for the second time!

I have all user data, access token, profile data, etc, but user's unauthorized when come back after a long time!

What can I do? Where i need to send the access token to get my user real validate?

Facebook instructions are so confusing, they don't have a simple way to ecplain that so I have this problem now! All user data but still unauthorized, it's like you have a Theater ticket but can't get in!

share|improve this question

closed as not a real question by Quentin, Oded, Shawn Chin, Igy, Dori Nov 6 '11 at 11:14

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Verify for second time users get unauthorized have the application in his applications from https://www.facebook.com/settings?tab=applications

but user's unauthorized when come back after a long time! for this one if you provide more info, the source of problem may be cookie problem or failing signed_request.

share|improve this answer
response.authResponse returns true, access token is present, where can i send this access token for valdate new period of time for my user? Do I need to send to this address: graph.facebook.com/… Where my_url is the URL of my app validate? I don't know what to do to validate the user in one step! I'm trying through both, Javascript and PHP, and it never works, my server doesnt suport "file_get_contents" for security (obviously) questions. Please what do I do with the access token? – Afonso Savaglia Nov 6 '11 at 12:17
So I have the access_token inside an iframe! I couldn't do it using AJAX inside a div element. But my server doesn't support 'file_get_contents', if I try to access the frame info it tells me I have no permission. I have no more ideas of what can I do to retrieve the access_token without file_get_contents. What can I do? – Afonso Savaglia Nov 7 '11 at 11:07

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