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:
- String xmlResponse = fbCallMethod( new String[] {
- "method=facebook.Users.getInfo",
- "uids=" + fbUserIDs,
- "fields=uid,first_name,last_name", // see link above for more options
- "format=XML"
- });
- XMLElement xml = new XMLElement( xmlResponse );
- println(xml);