0

I want to upload photo to a Facebook group i created. I could not find any edges that lets me do it. Is there a way this can be accomplished. I want to be able to do this using android sdk

user3394555
  • 77
  • 10

1 Answers1

0

https://developers.facebook.com/docs/graph-api/reference/v2.2/group/feed

To post to group you have to use app access token with publish_actions, user_groups permissions, I have done with PHP not android but I think this link could help you

To use publish_actions you have to review your app to Facebook before you can publish your app

Hope this help

murnax
  • 1,222
  • 1
  • 10
  • 13