Facebook graph api 使用graph API检索facebook页面的数据

Facebook graph api 使用graph API检索facebook页面的数据,facebook-graph-api,facebook-php-sdk,public,Facebook Graph Api,Facebook Php Sdk,Public,我曾经(在2012年)使用FQL编码,我能够实现一些功能,例如 实际上,FB迁移到graph API 我的问题是:是否可以使用graph API检索页面(或个人)的公共数据,即使我不是该页面的粉丝(或不是朋友)是的,您想用graph API做的一切都是完全可能的。除非页面/组是私有的,否则您将能够获取它们的公共数据,而不必喜欢该页面 Facebook提供的一个有用的工具是Graph Explorer,它允许您测试查询并查看返回的信息: 作为一个特定示例,您可以在不使用任何身份验证令牌的情况下

我曾经(在2012年)使用FQL编码,我能够实现一些功能,例如

实际上,FB迁移到graph API


我的问题是:是否可以使用graph API检索页面(或个人)的公共数据,即使我不是该页面的粉丝(或不是朋友)

是的,您想用graph API做的一切都是完全可能的。除非页面/组是私有的,否则您将能够获取它们的公共数据,而不必喜欢该页面

Facebook提供的一个有用的工具是Graph Explorer,它允许您测试查询并查看返回的信息:

作为一个特定示例,您可以在不使用任何身份验证令牌的情况下获取:将返回

{
   "id": "11751844989",
   "about": "Starring Galaxy, Cineplex Odeon, SilverCity, Famous Players, Colossus, Coliseum, Cinema City & Scotiabank Theatres.",
   "can_post": false,
   "category": "Movie",
   "checkins": 0,
   "cover": {
      "cover_id": "10150491543319990",
      "offset_x": 0,
      "offset_y": 0,
      "source": "https://scontent.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/s720x720/10377524_10150491543319990_3410282243848063213_n.png?oh=47c4eb7d50a4d259236ee7c2bbb3300a&oe=55C89C6E",
      "id": "10150491543319990"
   },
   "description": "For showtimes and theatre locations check out www.cineplex.com.\n\nCineplex Entertainment is the largest motion picture exhibitor in Canada and owns, leases or has a joint-venture interest in 162 theatres with 1,639+ screens serving approximately 77 million guests annually. Headquartered in Toronto, Canada, Cineplex operates theatres across Canada and is the exclusive provider of UltraAVX\u2122 and the largest exhibitor of digital, 3D and IMAX projection technologies in the country. Proudly Canadian and with a workforce of approximately 10,000 employees. \n",
   "directed_by": "Cineplex Entertainment",
   "has_added_app": false,
   "is_community_page": false,
   "is_published": true,
   "likes": 414426,
   "link": "https://www.facebook.com/Cineplex",
   "name": "Cineplex",
   "parking": {
      "lot": 0,
      "street": 0,
      "valet": 0
   },
   "phone": "1-800-333-0061",
   "plot_outline": "ESCAPE WITH US",
   "starring": "Cineplex Odeon, Galaxy, SilverCity, Scotiabank Theatres, Famous Players, Colossus, Coliseum and Cinema City",
   "talking_about_count": 5147,
   "username": "Cineplex",
   "website": "www.cineplex.com",
   "were_here_count": 0
}