Thanks for the suggestion Steven. I've spent a week trying to work with 
Facebook and the best I have managed is an AIR app using the 
actionscript-facebook api with AIR CONNECT. I can successfully log in and allow 
extended permissions and upload a picture from a webcam. I'm reasonably happy 
with that. Although I can't seem to grant regular permissions to access a 
user's photos. Do you know how this is done? I have had a quick go with Graph 
API (just making URLLoader calls and ignoring the actionscript api) and I can 
get an access token but I'm getting errors trying to grant access to 
user_photos as I'm not passing a redirect_uri as a parameter. But as its an AIR 
app I don't want/need a redirect so what should I be doing? Do I need to switch 
this back to a web based app rather than desktop app to use this method? In 
which case logging in might become an issue again! Thanks for your help,  David
> Date: Sat, 14 Aug 2010 23:36:34 -0700
> From: flash...@stevensacks.net
> To: flashcoders@chattyfig.figleaf.com
> Subject: Re: [Flashcoders] Facebook API GetPhotos not working
> 
> I _highly_ recommend using the Graph API instead of the RESTful API.
> 
> It's SOOOO much simpler and easier.
> 
> http://developers.facebook.com/docs/api
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
                                          
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to