本文介绍了从Facebook Graph API中提取投票结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法提取组内的给定Facebook问题/投票的数据?不需要自动化。我想手动检索答案并对其进行分析。
我以为使用了问题GET,但在v1.0中已被弃用,如下所示:
有另一种方式吗?
解决方案
对不起,目前还没有办法通过Graph API来执行此操作。
Is there a way to extract the data of a given Facebook Question/Poll that is inside a group?
It does not need to be automatized. There is a single poll result that I want to manually retrieve the answers and analyze them.
I thought of using the Question GET, but is was deprecated in v1.0, as shown here:https://developers.facebook.com/docs/graph-api/reference/v2.3/question
Is there another way?
解决方案
Sorry, there's currently no way you can do this via the Graph API.
这篇关于从Facebook Graph API中提取投票结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!