本文介绍了Facebook的图形API 2权限,允许"与你分享的故事:签到,照片,状态更新和影片]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图写一个应用程序在Facebook上找回我的朋友的状态更新。有可用做其他应用程序,但我有一个问题,它也许不能与图形API 2话虽这么说,Facebook是所有关于状态更新我会感到惊讶,如果这是真的可能。

I trying to write an app to retrieve status updates of my friends on facebook. There are other apps available to do that but I have a concern that its maybe not possible with Graph API 2. That being said as facebook is all about the status updates I would be surprised if that is true.

综观其他应用程序,可以做我想做的太多,我认为我需要的权限是一个结果是:

Looking at other apps that can do what I want to too I think the permission I need is one that results in:

此应用需求:
与您共享的故事:签到,照片,状态更新和视频

This app needs:Stories shared with you: check-ins, photos, status updates and videos

现在,我已经使用了图形API资源管理器,当我生成的标记选择的所有权限,仍然当我看应用程序的主要网站上,甚至图形Explorer没有此权限的文字。

Now, I have used the Graph API Explorer and selected all permissions when I generated the token and still when I look in Apps on the main site even the graph explorer doesn't have this permission text.

这是我可以看到/读这是可能的,这种功能已被删除,意图是,现在您可以邀请所有的朋友与此应用程序分享自己的地位呢?

From what I can see/read it's possible that this feature has been removed and the intention is that now you have to invite all of your friends to share their status with this app too?

希望有人在那里知道的允许或可以明确指出,它已不再可能。

Hopefully someone out there knows the permission or can categorically state that it is no longer possible.

推荐答案

通过图形API的2.0版,所有的朋友权限已被删除。请参见 https://developers.facebook.com/docs/apps/changelog#v2_0_permissions

With v2.0 of the Graph API, all friends permission have been removed. See https://developers.facebook.com/docs/apps/changelog#v2_0_permissions

这篇关于Facebook的图形API 2权限,允许"与你分享的故事:签到,照片,状态更新和影片]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 10:53