fs = new FlickrService (API_KEY);
fs.secret = SECRET;
fs.auth.getFrob();
trace(">>>>>>>>>>>>>>>>>>>> " + fs.auth.getFrob()); //undefined -
with or without passin gAPI_KEY
I will try on a server, but if it works on the server how can i get it
to work testing locally ?
Is there a way...
www.landed.at
unread,
Jul 10, 2008, 11:09:55 AM7/10/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ActionScript 3 Flickr Library
Since this I have seen it working , still undefined and there is an
error that I have to dismiss, but it is working so I guess its
something already at least thats working..this is based on anthony's
code sample the only example I can find.