GromoshtanniK / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

How to set permissions to facebook properly #352

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to limit the permissions to facebook. Here is what i called, but the 
permission are still the same (default - birthday, profile, post etc.). I only 
need post permissions.

adapter.addConfig(SocialAuthAdapter.Provider.FACEBOOK,"api_key","api_secret", 
"publish_actions");

Am i'm doing something wrong ?

Original issue reported on code.google.com by cvia...@gmail.com on 1 Jul 2014 at 9:40

GoogleCodeExporter commented 8 years ago
The Application we make on facebook now requires that to get the permission of 
publish_stream we should submit our application for the review.
I recently did that and they didnt allow me with the permissions and gave me a 
few errors which I barely understand.

Original comment by Darussal...@gmail.com on 24 Jul 2014 at 11:28