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?
getUser()returns 0 it could mean that you have not yet authenticated your user... – Lix Sep 17 '12 at 14:47