Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

oAuth exception #200 while trying to post to groups after recent Facebook maintenance

"message":"OAuthException: (#200) Insufficient permission to post to target on behalf of the viewer","trace":"[]","code":0

This message started to appear randomly after the recent Facebook maintenance actions.

My users are generating this error while trying to share into their groups.

Any thought on how to solve this?.

like image 661
Oleg Belousov Avatar asked Oct 23 '13 07:10

Oleg Belousov


2 Answers

When the application request the permission, you need choose Public, not Only Me.

like image 100
bmate Avatar answered Nov 08 '22 05:11

bmate


Check Your app's privacy settings is public.Otherwise make it to public.

Here are steps:

Go to settings in your facebook account. Then click on Apps menu. Then choose your developer application and click on it. In top, you will see 'App visibility and post audience' and choose drop down showing at right. choose public in dropdown options

like image 5
Vishnu Bgi Avatar answered Nov 08 '22 04:11

Vishnu Bgi