views:

161

answers:

1

I am writing an iPhone app that needs to be able to upload photos to Facebook as a side effect of sending them in an email. It seems like a gigantic pain to create the album and upload the photos; is there any way that I can get the user's personal upload email through the API and just add that to the recipients in the email that is sent?

+1  A: 

No, I'm sorry, but that's not possible. Check out the FQL tables reference:

http://wiki.developers.facebook.com/index.php/User_%28FQL%29

Henrik P. Hessel
Thanks for the quick answer.
Jonathan Sterling