开发者

How to read facebook chat messages in Android?

开发者 https://www.devze.com 2023-03-14 21:56 出处:网络
I have integrated the facebook sdk to my app to read facebook updates. The app is reading wall messages without any i开发者_Python百科ssue. But I am not getting chat messages. I have given the paramet

I have integrated the facebook sdk to my app to read facebook updates. The app is reading wall messages without any i开发者_Python百科ssue. But I am not getting chat messages. I have given the parameters as parameters.putString("fields", "id,from,message"); . How to get chat messages also? Any help please.


you can get your chat message using facebook SDK..

try this..

String s = facebook.request("me/inbox");
System.out.println("Message...."+s);
0

精彩评论

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