Facebook“评论” Tab数据 - 它存储在Graph API中以及如何访问它? [英] Facebook "Reviews" Tab Data -- Where is it stored in Graph API and how to access it?

查看:124
本文介绍了Facebook“评论” Tab数据 - 它存储在Graph API中以及如何访问它?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我完全陷入了这里。我正在尝试访问Facebook页面上的评论选项卡下的数据 http://facebook.com/freemanfoxx (页面ID = 149530265092626)。



我已经弄清楚,Facebook配置文件中的所有数据都可以使用Graph API检索为JSON,但我完全失望了数据填充在评论选项卡上。这似乎是自己的应用程序与Facebook核心分开,这可能是为什么我迷路了。



任何潜在客户/技巧/专家在那里?以下是我一直在寻找帮助的一些链接。



developers.facebook.com/docs/api

developers.facebook.com / docs / reference / api /

developers.facebook.com/docs/reference/api/application /



我的总体目标是采取这个数据转入雅虎管道,然后将其与Google表单的数据相结合,以创建一个RSS Feed,以便输出到正在构建的网页。



您的想法和帮助将会非常感激!



Ryan

解决方案

让我们说你的Facebook页面上的评论标签是:
http://www.facebook.com/easyinspection?sk=app_6261817190



6261817190是应用程序ID(不是页面id),这就是你接下来要使用的。
您可以通过以下方式获得所有评论:



http://graph.facebook.com/6261817190/reviews 。如果您不想逐页翻页,每次检索25条评论(请查看下一页网址),您可以在一个请求中获取所有内容,如下所示:



http://graph.facebook.com/6261817190/评论?limit = 100000000& offset = 0


I'm totally stumped here. I'm trying to get access to the data that appears under the reviews tab in the Facebook Page http://facebook.com/freemanfoxx (Page ID=149530265092626).

I've figured out that all data in a Facebook profile can be retrieved as JSON using the Graph API but I'm totally stumped about the data populated on the "Reviews" tab. It appears to be it's own Application separate from the Facebook core and this is probably why I'm lost.

Any leads/tips/experts out there? Here are some of the links I've been searching for Help.

developers.facebook.com/docs/api
developers.facebook.com/docs/reference/api/
developers.facebook.com/docs/reference/api/application/

My overall goal is to take this data into Yahoo! Pipes and then combine it with data from a Google Form to create an RSS feed to be output to a webpage I'm building.

Your thoughts and help would be GREATLY appreciated!

Ryan

解决方案

Let's say your reviews tab on the facebook page is: http://www.facebook.com/easyinspection?sk=app_6261817190.

6261817190 is the application id (not page id), and that is what you will be using next. You can get all reviews by a request to:

http://graph.facebook.com/6261817190/reviews. If you do not want to go page by page, retrieving 25 reviews at a time (take a look at next page url), you can get it all in a single request, like this:

http://graph.facebook.com/6261817190/reviews?limit=100000000&offset=0

这篇关于Facebook“评论” Tab数据 - 它存储在Graph API中以及如何访问它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆