-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi all,
is it possible to create a photo album on facebook using fbconnect
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My problem is very similar to this question, however I am posting a new one, as the answer to the aforementioned does not seem to solve my problem.
I have a multiview application - the first view is where the user logs in to Facebook, and the second where he picks an image and uploads it there. The…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using the FBConnect library for the iPhone. I successfully log in, retrieve the user account's name, and the list of his friends. However, I haven't yet found a piece of code that shows how to retrieve/download the profile image for the user himself, and his FB friends. Any help or snippet to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I have tried FBConnect for iPhone and am able to create/manage sessions and upload pictures successfully. What I can't sort out is, how to create and edit notes.
The Facebook documentation says that notes.create query takes three arguments:title, content and uid. It seems I am unable to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
The question is: how to add news via FBConnect??
I have the following code:
NSString *newsBody = @"[{\"message\": \"News message\" }]";
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObject:newsBody forKey:@"news"];
[[FBRequest requestWithDelegate:self] call:@"facebook.dashboard…
>>> More