android - how to allow users of my app to post pictures to a third party facebook page via graph api? -
i have been reading graph api not sure how go implementing following functionality :
- user clicks picture his/her phone.
- user posts picture public page created purpose.
the facebook page managed third party.
my app should able post facebook page.
there no prior engagement of user of app facebook page.
all above should done through app.
i kind of resolved own query.
the whole picture :
- authenticate app fb
- get publish permission
- using graph api post page using page id
reading docs more resolved queries :)
Comments
Post a Comment