Android的Facebook的图形API批次 [英] Android facebook graph batch api

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

问题描述

我想使用图形一批API,有没有参考code?我们该如​​何设置 参数?有没有人使用批量API参考Android应用

I am trying to use graph batch api , is there any reference code ? how do we set the parameters ? Has anyone used batch api with reference to android apps

我使用此链接 而我也已经使用单独的图形API,如

I am using this link and I've also have used individual graph apis such as

fbApiObj.request("me/notifications");
fbApiObj.request("me/home");fbApiObj.request("me/friends");

我要批他们。在上面的链接提供的解释不是很清楚,如何转换成API调用。

I want to batch them. The explanation provided in the link above is not very clear as to how to convert to api calls.

推荐答案

都可以通过HTTP请求来自Facebook的图形API批处理请求。不要紧,该请求是否来自Android手机或没有。

The batch requests from the facebook graph API are available through HTTP requests. It does not matter whether the request comes from an android phone or not.

这是一个相当最新功能与Facebook的Andr​​oid SDK中还没有及时更新在github上,所以你需要直接处理这些请求。

It is a quite recent feature and the facebook android sdk has not been updated recently in github, so you will need to handle those requests directly.

参考: http://developers.facebook.com/docs/reference/api /批号/

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

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