Quote:
Originally Posted by michelle
I'm planning on working on photos.get tonight.
I think FQL might be easier than using the api.
Just do a generic call to get the photos for all albums.
might have to select the albums first, then go after the photos for each album. right now all my photos just post to a single iphone album, but soon I will add the ability to create albums. So I need both.
I will post code to, when I figure it out.
Documentation is usable but not great, FQL is a lot like normal SQL so its not to hard to figure out.
The functions return in most cases a NSDictionary Object.
|
Hi,
I agree about the documentation and samples not being that great.
I need to implement friends.get and photos.get.
Lets see, will be working on both this weekend.
Will keep this thread updated.
Cheers.