FBConnect iphone:我无法获得某些帐户的相册吗? [英] FBConnect iphone : I coud'nt get Photos albums for some account ?

查看:64
本文介绍了FBConnect iphone:我无法获得某些帐户的相册吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

也许有人无法帮助我.

Maybe someone can't help me.

我使用了最后一个FBConnect( http://github.com/facebook/facebook- ios-sdk/)用于Facebook连接. 我为用户检索了相册列表.

I use the last FBConnect (http://github.com/facebook/facebook-ios-sdk/) for Facebook connexion. And I retreive the list of photos albums for the user.

NSMutableDictionary* params = [NSMutableDictionary NictionaryWithObjectsAndKeys:_facebook.accessToken,@"access_token",nil];
[_facebook requestWithGraphPath:@"me/albums" andParams:params andDelegate:self];

我正在使用4个不同的帐户进行测试,所有这些帐户均具有相同的隐私权规则(帐户/隐私设置).对于其中一些专辑列表是否为空?如果我通过台式机上的Web浏览器进行测试( https://graph.facebook.com/me/相册)(针对无法在iPhone上使用的帐户),列表不为空?

I'm testing with 4 differents account with all the same rules for privacy (Account/Privacy settings). And for some of them the albums list is empty ? And if i test via a webbrowser on a desktop computer (https://graph.facebook.com/me/albums) for account who doesn't work on iphone, the list is not empty ?

在iPhone上,我使用具有相同结果的图形api或FQL(从专辑所有者那里的选择帮助= me()")

On iphone, i use graph api or FQL with same results ("SELECT aid FROM album WHERE owner = me()")

也许我想念一些关于配置facebookapp的想法?

Maybe i miss some think about configuration off the facebookapp ?

感谢您的回答.

推荐答案

我通过针对Facebook身份验证的良好设置来解决该解决方案 http://developers.facebook.com/docs/authentication/permissions

I resolve the solution with good settings for facebook authentifications http://developers.facebook.com/docs/authentication/permissions

这篇关于FBConnect iphone:我无法获得某些帐户的相册吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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