Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : Strange XML structrue after Facebook call.

$
0
0
I am using 1.5.1 for now. Would you recon switching to the new one?

I really just did a straight copy and paste from the wiki. So initialization goes like this:

  1.  String xmlResponse = fbCallMethod( new String[] {
  2.                 "method=facebook.Users.getInfo",
  3.                 "uids=" + fbUserIDs,
  4.                 "fields=uid,first_name,last_name", // see link above for more options
  5.                 "format=XML"
  6.         });

  7.  XMLElement xml = new XMLElement( xmlResponse );
  8.         println(xml);

Viewing all articles
Browse latest Browse all 1768

Trending Articles