There is an application in facebook called poll(opinion poll), where you can give a question and some options. After you create the poll, others can start to vote. Can I create the poll in my android app and publish it in facebook? i.e the user will give his facebook login credentials and teh app will create the poll on his behalf. Are there any such API’s?
There is an application in facebook called poll(opinion poll), where you can give a
Share
Yes, it is possible. The relevant documentation is here: https://developers.facebook.com/docs/reference/api/question/
To do this on your android app, you need to add our Facebook SDK for Android to your app. Once you do so, to create a question you just need to do the following
publish_streamanduser_questionspermissionsThen you just need the following code to create a question and publish it to Facebook: