Open GoogleCodeExporter opened 8 years ago
The application I'm writing is a Desktop one and not a web application
Original comment by km...@libero.it
on 5 Oct 2009 at 8:35
Hello,
I have the same problem with the java API...
I can't set the status of the user(me) because of status_update permission...
How can I allow permission to a user?
Have you find something to resolv this problem?
Regards, (sorry about my poor english ^^)
Raphael
Original comment by pi.r...@gmail.com
on 8 Oct 2009 at 9:52
Hi Raphael,
thanks for replay, your english is good, don't worry about that.
I found an example on google that send a post request to facebook to grant
permission to the logged user to
this url:
"http://www.facebook.com/connect/prompt_permissions.php?"ext_perm=status_update
The recived http status is 200, so I gess it's correct but when I use the
method:
users_hasAppPermission(Permission.STATUS_UPDATE)
before the method: users_setStatus(message, false)
and I recive the false value.
Thanks
Matteo
Original comment by km...@libero.it
on 8 Oct 2009 at 1:46
Original issue reported on code.google.com by
km...@libero.it
on 5 Oct 2009 at 8:25