I need to write a code that will allow me to take pictures of of users sites via facebook. I have a partial code so far but have gotten confused and wanted to know if anyone could help me out, thanks.
/* VALUES YOU NEED TO PROVIDE */
// application api key and secret
String fbApiKey = "";
String fbApiSecret = "";
// a comma separated (no spaces!) list of user ids
String fbUserIDs = "3223230873634";
/* other settings */
// Facebook RESTful API
String fbRestServer = "http://api.facebook.com";
String fbRestNode = "/restserver.php";
XMLElement[] usersXml;
int currentUser = 0;
void setup ()
{
size( 300, 200 );
// the details / params in here define what will be read, see: