is there a way to check in my application (canvas) if the user has extended permission (for example "stream.publish")?
i only can find a solution for the old sdk.
thanks!
Update at the end of 2011:
FB.api('/me/permissions', function (response) { console.log(response); } );
console output:
{ data: [ { create_note: 1, installed: 1, photo_upload: 1, publish_stream: 1, share_item: 1, status_update: 1, video_upload: 1, } ] }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With