Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to learn to create Facebook apps, so I created an App in Facebook Developer. I got the Applicaton ID and Secret. And then I got stumped on the permissions.
I understand that the users will see a list of the permissions requested by my app when they login to it, but how are they used? To be precise -

1. What permissions will my app require to post a status, like a page, reply to a post and such? Where can I find an exhaustive list of permissions and their usage/definition etc.?

2. Do I need to enter the permissions in the Facebook Developer app dashboard (under permissions tab) or do I need to define them in the URL (e.g: "http://www.facebook.com/dialog/oauth?client_id=APP_ID&scope=COMMA_DELIMITED_LIST_OF_REQUIRED_PERMISISONS&redirect_uri=SOME_URI&response_type=token")

3. Can I change these permissions at a later date?

Thanks.
Posted
Updated 3-May-13 7:40am
v2
Comments
Sandeep Mewara 3-May-13 15:34pm    
Did you look here: http://developers.facebook.com/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900