Quote:
Originally Posted by Jango
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.
|
Someone came up with friends.get , seach this forum, I don't remember exacly who.
As for photos.get
I am 99% done with the codeing, I'll post something over the weekend.
Basically I use fql to get the albums
Display the albums in a uitableView
Then on the objectAtIndex.row.index I call fbconnect passing the uid or aid and the album id. Then display the result set from the NSDictionary in a thumbnail view created using three20 library.
Its a very nice user experience.