Facebook comment and processing
in
Integration and Hardware
•
7 months ago
Hi everyone,
I actually work on a processing app wich use the facebook comment plugin. I have a facebook app and I just want to get back the comment let by people. After many search, I successful get back the information in a String[] but i have all the information of the plugin :
https://graph.facebook.com/comments/?ids=http://developers.facebook.com/docs/reference/plugins/comments I just want the line "message" and put all comment in separate string but i don't know how I can do that ?
2