Facebook FBML – Extended Permission

Example:
<fb:prompt-permission perms=”status_update”>Would you like to post something automatically from our application?</fb:prompt-permission>

“status_update”  could be “email, read_stream, publish_stream, offline_access, status_update, photo_upload, create_event, rsvp_event, sms, video_upload, create_note, share_item”

if you do this, facebook user will be asked to gave permission to application to post something to his/her wall automatically (not pop up) and after facebook user gave permission, application will be have right to post something in facebook user without notification.

Related: hasAppPermission

here is the source

Tags:

This entry was posted on Friday, April 30th, 2010 at 11:02 am and is filed under PHP. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.