I am trying to publish to a user's FB account, and I have the following permissions: * offline_access * publish_stream
But when I try to post to the user's account, it appears that FB is asking me for an access token (which I don't have).
Does anyone know the structure of the URL to publish to a FB user's stream when you don't have an access token?
Thanks