Android Question error: (#200) requires extends permission :publish_actions + UploadPhoto with SocialApi Facebook

sasetcolombia

Member
Licensed User
Longtime User
Hi;
I need post a photo on facebook.
Login works correctly and Take Picture ,but when calling the method UploadPhoto(SocialApi) shows this message:
error: (#200) requires extends permission publish_actions
I am using:
Facebook.Login(Array As String (Facebook.Constants.Permissions.Email,Facebook.Constants.Permissions.PUBLISH_ACTIONS))
What permission is needed?
I need to configure something extra on the App in the Facebook Developer Dashboard?
Thanks for your help!
 

DonManfred

Expert
Licensed User
Longtime User
I have the same problem with a webview and social api, any idea to resolve?
you always should create a NEW thread for each question.
This thread is old and answered/solved
 
Upvote 0
Top