Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The NSOperation class is an abstract class you use to encapsulate the code and data associated with a single task

learn more… | top users | synonyms

0
votes
0answers
89 views

FBRequest can not work in NSOperation

Why does the line: NSLog(@"request complete"); not work? The code inside the block is only called when FBRequest is completed. I thought that in the meantime, my operation would be removed from the ...
0
votes
0answers
106 views

Facebook graph api blocked by ASIHttpRequest in IOS?

I'm currently develop a photo app in ios 4, basically user can add location to the photo they took. when user took a pic, I use ASI Framework to upload the photo in the background, here's my code ...