Getting Permissions error while using stream.publish method of facebook API

Posted by tek3 on Stack Overflow See other posts from Stack Overflow or by tek3
Published on 2009-11-10T06:28:10Z Indexed on 2010/04/11 3:53 UTC
Read the original article Hit count: 748

Filed under:
|

Hi I want to publsh a post on user's wall but am getting this "permission error" error code 200 when trying to use stream.publish method of facebook api...i hve requested for extended permissions as:

http://m.facebook.com/login.php?api%5Fkey="+API_KEY&....&req_perms=read_stream,publish_stream,offline_access

but when i make call to the method stream.publish i am getting this permission error..it seems that req_perms in above url is simply getting ignored.. i am passing "method(stream.publish)","api_key","message","session_key","v","sig" as parametres to url http://api.facebook.com/restserver.php?

will be greatful if anyone helps meout in this problem or provide me with proper steps for publishing a post on user's wall...the application is being developed on blackbery platform..

© Stack Overflow or respective owner

Related posts about facebook

Related posts about java