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 a facebook app which I have created to get the user's access token and later use the token to post to the user's wall.

The problem is that after I get the permissions from the user(publish_stream) the $fb->getUser(); returns 0 even when the user is logged.

If i use $fb->getAccessToken(); it returns App_id|secret.

What is the problem?

share|improve this question
If getUser() returns 0 it could mean that you have not yet authenticated your user... – Lix Sep 17 '12 at 14:47
I go to the facebook login page, login and then it asks for permission i click allow and i redirect to a page on my site . But then it shows getUser as 0. If i check the app setting in my facebook account it shows that i have added the app it also shows that i have given the publish_stream permission.. – peter Sep 18 '12 at 4:40

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.