开发者

Graph API return type in ANDROID

I am working on an android app developed in JAVA. I am not using the android-facebook sdk . I want to know what the return type of the this given url would be so that i can accordingly work on it .

https://graph.facebook.com/me/feed?access_tok开发者_StackOverflow社区en=XXX...

If its JSON can you tell me if there is a way to convert it into HTML


It is a json structure. You can use Gson from google to parse it. There are other alternatives around.

Regards, Stéphane

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜