I am trying to request permission to publish photos from a facebook fan page tab(iframe).

I am calling Facebook.showPermissionDialog('publish_stream'); before the upload(which doesn't seem to do much)

But I keep on getting this error when I try to upload a photo

**caught exception 'FacebookRestClientException' with message 'Permissions error'**
link|improve this question
feedback

2 Answers

That's because the permissions aren't set. Had problems with this myself, but found a solution, maybe it's helpful for you: Stackoverflow

link|improve this answer
feedback

Get extended permission from user.See this

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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