Get Access Token for a closed group on facebook graph api
facebook, facebook-graph-api
Solution
You can access the user and friends permissions. There is a specific `user_groups` permission. Generally the way Facebook authentication works is that the authenticating user will allow your application or (website) access to what they themselves have access to. So if a user is a member of a particular group and allows your application to connect through the user_groups permission, then your application will have access to this group to.
http://developers.facebook.com/docs/reference/api/permissions/
Problem
I'm trying to get an access token for a closed group so that i can display the group informaiton on my website, but unfourtunatly all the methods that i see to get an access token are for application which requires the appId and secret code. is there a way that i can get it for aa group cause it doesnt have the parameters specified on the doc. Can some1 please help me out, i'm out of options. Thanks D