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.

A member of Apple's Objective-C framework Cocoa. NSDictionary objects manage associations of keys and values.

learn more… | top users | synonyms

0
votes
1answer
82 views

How to parse the data of JSON response in objective c?

I got a JSON output in this link I extracted the id in this output. (i.e) 419023188150340, 419023228150336, 419023278150331, 419023318150327, 419044998148159, 419045028148156 using the following ...
-1
votes
1answer
121 views

How can I store a UIImage of JSON in an NSDictionary? [closed]

I have this JSON of a page of Facebook, and I want to store the images of the page in a NSDictionary, how can I store the images in a NSDictionary?: { "data": [ { "id": ...
-2
votes
4answers
2k views

Objective C, NSDictionary loop through each object

I am new to Facebook Developer. I want to create Mac OSX application using Facebook API. When i request FQL and its return me JSON data only like below: My Code: [self.result_text ...
-1
votes
1answer
76 views

How to store incoming result as an id to a NSDictionary

So I'm making a facebook request for some data using the Facebook SDK for iOS. I get a response in the method: - (void)request:(FBRequest *)request didLoad:(id)result { NSLog(@"Result is: %@", ...
1
vote
1answer
522 views

ObjectForKey always returning null or 0 when I know the value to be 1

I've made a call to retrieve a user's active permissions using self.permissionRequest = [facebook requestWithGraphPath:@"me/permissions" andDelegate:self]; (I set the FBRequest object so I can ...
1
vote
0answers
316 views

Grabbing Multiple Photo Albums from Facebook

I've been trying to access the pictures in photo album of facebook. I managed to enter and get the information, but when it comes to storing it into the placesArray, i only store the last album that i ...
1
vote
0answers
173 views

Differentiate between couple FBRequests in NSMutableDictionary - iPhone

I'm building a shared manager inside my app what would be responsible for Facebook interaction. I need a way for this shared manager to keep a reference to the view controllers who ask for it to do ...
0
votes
4answers
533 views

Sort an NSDictionary (which contains my Facebook friends list)

Using the Graph Facebook API with this code [facebook requestWithGraphPath:@"me/friends" andDelegate:self]; Now I have an NSDictionary which is like this: {data = ( { id = ...