Is it possible to retrieve Facebook page posts in an iOS application without having to use Facebook Login?
I am currently using the Tumblr API which works perfectly fine and delivers pictures and texts from everything that has been posted.
Any help…
I have not started any of facebook view or method in appDidFinishLoadingWithOptions: but stil when I start app at first, then stop and restart it, it hangs. If i press the pause button i can see the stack trace shown in image.
This code in method…
I Have albumIds of FB users in one array, I want to get images for each Album for that I have to call following method with albumId,
But I cant call this method in For Loop, I want all albums Images, Problem is that For loop executes without calling…
I am developing an app that uses facebook authorization.
Authorize app like this
FBSession *session = [[FBSession alloc] init];
// Set the active session
[FBSession setActiveSession:session];
// Open the session
[session…
I have special requirement of client that he want to be able to login to Facebook from within the app itself, i mean he don't want app to open an external browser where user enters his details, he just want to go with native iOS view having…
I have the Facebook sdk getting profile pics in my iPhone simulator. But for some reason it doesn't get the image on the device. I'm using the FBProfilePictureView.
/** The user's profile picture. */
@property (nonatomic, strong) IBOutlet …
I'm trying to reading the pictures from my Facebook albums.
This is the code that I use for reading the albums:
- (void)storePhotoIntoCoreDataFromAlbumId:(NSString *)albumId whitAlbumName:(NSString *)albumName
{
if…
I'm trying to use Facebook GraphAPI 2.0 to fetch user's id, first_name, and the url of profile picture(with special size modifiers) with single request. Here are my attempts:
If simply ask for picture, we can use:…
Probably I am overlooking something, but I cannot find where I can set the mode in which the extra permissions are requested from the user with the iOS Facebook SDK.
I am requesting additional publishing permissions with the code from below (and…
I have an application that has to get access to the user's facebook photos and in order to access them I use the following login code to acquire the necessary permission.
NSArray *permissionsArray = @[@"user_photos"];
// Login PFUser using…
I am new in IOS app dev.
I tried migrating HelloFacebookSample code into my project. I have carefully copied, checked and compared both codes. But the blue facebook login button is not showing once I run my project.
I have added the…
I had this code for my FBLoginView to access permissions:
[[FBLoginView alloc] initWithReadPermissions:[NSArray arrayWithObject:@"public_profile, email, user_friends"]];
Originally we wanted a list of the users friends, but now we don't so...
I…
Can I share a photo on facebook from an IPhone app and include a "suggested text" (default description).
presentShareDialogWithPhotoParams only has photos to include
presentShareDialogWithLink needs to be an actual link...
(I have a URL of the…
Ok, this is probably something very common, but I cannot find the solution anywhere. When using the Facebook SDK to handle logging in as a SSO, it works great in the iOS simulator. However, on the actual device, it fails in one very specific…