How to register a user's vote on a poll?

江枫思渺然 提交于 2019-12-12 03:17:52

问题


I'm developing a page (facebook.com/genericco) for testing reasons and to learn how to develop for facebook apps.

In this page I'm developing I made a custom layout for a question I created in facebook. I was able through the graph api to retrieve my own accounts questions and then the options, however I still don't know how would I register a vote when the user votes through my 'customized question'.

anyone can help me? pretty please? I'll show you a picture of me with my shirt off.


回答1:


The API is designed only to allow you to create questions, not answer them programmatically. You're just going to have to rely upon the user to answer them via the normal facebook UI.



来源:https://stackoverflow.com/questions/9524447/how-to-register-a-users-vote-on-a-poll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!