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!
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!