I already know that many information requires extended permissions to be accessed by the application on facebook api. This is sent as extra uri variable like “scope=user_photos,user_videos,publish_stream” etc. Now, if I need many extended permissions, then how can i simplify it? Without mentioning all permission names individually is there any way to ask them in short cut way?
Regards
no, you have to put them in the url. whats the problem with that?