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 :

  1. user clicks picture his/her phone.
  2. 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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -