如何在Android中使用fbsdk 3.0来获取所有从Facebook相册的图片 [英] How to get all the pics from the facebook album using fbsdk 3.0 in android

查看:238
本文介绍了如何在Android中使用fbsdk 3.0来获取所有从Facebook相册的图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从我的Facebook album.And我给在读的权限的电子邮件,user_photos,网友图像的所有图像。我米让所有的用户albums.but当我试图让专辑的图片,然后响应包含专辑的第一只图像不同dimensions.I要寄给Facebook的图形要求为ALBUMID /照片。
code发送请求:

I want to get all the image from the images from my facebook album.And i give the read permissions "email,user_photos,friends". I m getting all the users albums.but when i try to get album's pics then response contain only first image of album with different dimensions.I m sending facebook Graph request as "albumID/photos". code for sending Request :

请求REQ =新的请求(会话,ALBUMID +/照片,空,HttpMethod.GET,回调);

Request req = new Request(session, albumId+"/photos", null, HttpMethod.GET,callback);

请任何人告诉我怎么去从Facebook相册中的所有照片。
提前致谢。

Please anyone tell me how to get all pics from facebook album. Thanks in advance.

推荐答案

请参阅我的问题,我已经解决了这个问题:
<一href=\"http://stackoverflow.com/questions/19993300/android-how-to-obtain-any-valid-access-token-in-android\">android如何获得&QUOT;任何有效的access_token&QUOT;在android系统?

See my question, I have solved that problem: android how to obtain "any valid access_token" in android?

使用:
https://developers.facebook.com/docs/android/run-fql-查询/

这篇关于如何在Android中使用fbsdk 3.0来获取所有从Facebook相册的图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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