Facebook api BUG? [英] Facebook api BUG?

查看:77
本文介绍了Facebook api BUG?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在构建一个iPhone应用程序,它可以读取上传的视频,上传的照片和Facebook上的帖子。照片和视频不在Feed中,它们来自相册。所以我有一个访问令牌为我的应用程序(而不是一个用户访问令牌),并使其工作的照片和帖子。但是当我尝试获取视频时,会返回以下错误:

I am building an iphone app that reads the videos uploaded , photos uploaded and posts from facebook. The photos and the videos are not from the feed, they are from the albums. So I got an access token for my app (not a user access token) and got it working for the photos and posts. But when I try to get the videos it returns me the following error:

{
   "error": {
     "message": "A user access token is required to request this resource.",
   "type": "OAuthException"
  }
}

页面文档(https://developers.facebook.com/docs/reference/api/page/)声称所有这些连接可以被任何应用程序或用户访问令牌访问,但收到的错误消息意味着需要用户令牌。这是一个错误?

The documentation for pages (https://developers.facebook.com/docs/reference/api/page/) claims that all of these connections can be accessed by any app or user access token, but the error message received implies that a user token is required. Is this a bug?

推荐答案

错误已经确认并分配了

http://developers.facebook.com/bugs/234838783244280

这篇关于Facebook api BUG?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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