views:

43

answers:

2

How can I do this.. The following fan page tab application has this functionality.

http://www.facebook.com/iebschool?v=app_140944359256268

click on the fourth tab and it will ask for extended permission.. am not sure how to do this.. please help

+2  A: 

There is a fbml tag for that:

fb:prompt-permission

Example:

<fb:prompt-permission perms="email">
  Would you like to receive email from our application?
</fb:prompt-permission>
Sarfraz

related questions