Skip to main content

All Questions

0 votes
0 answers
113 views

Why UIAlertController never disappear?

I integrating a facebook login in my swift app and in the facebook login button method i have this let LOG_IN_URL = NSURL(string: "http://127.0.0.1/pitic_web_service/log_in.php") func loginButton(...
jesusMramos's user avatar
8 votes
3 answers
2k views

How to change the default app icon in the Facebook login authentication screen

Plain and simple. I need to change the default app icon that is presented to the user when in the authentication screen when logging into the app using the Facebook SDK. What I have tried: www....
AlexanderN's user avatar
  • 2,650
0 votes
1 answer
822 views

Facebook login error on iPhone

When I tried facebook loing using iphone app, I got below error. The Facebook server could not fulfill this access request: The proxied app cannot request publish permissions without having being ...
James Chan's user avatar
2 votes
2 answers
3k views

iOS - Get Facebook Public Page Posts without User Authentication

There are so many question on the related topic but all of them ends with either complex or no solution. So here I am trying to make the things simpler so that I can get a simple answer. So please ...
Harshit Gupta's user avatar
0 votes
1 answer
173 views

How to make login from ios simulaor with facebook?

When I'm trying to login, it shows me this error: error :Error Domain=com.facebook.sdk Code=2 "The operation couldn’t be completed. (com.facebook.sdk error 2.)" UserInfo=0xa54db80 {com.facebook....
Nirav Patadiya's user avatar
1 vote
1 answer
1k views

Facebook Login Using FBSessionLoginBehaviorForcingWebView

I am using the following code to present the user with the Facebook Embedded WebView Dialog in an iOS 7 app FBSession *session = [[FBSession alloc] initWithPermissions:@[@"basic_info", @"email"]]; [...
CMVR's user avatar
  • 850
1 vote
1 answer
542 views

iOS: Facebook Login error

There is always an error when trying to login via my ios app: - (void)viewDidLoad { FBLoginView *loginView = [[FBLoginView alloc] init]; // Align the button in the center horizontally ...
profidash_98's user avatar
0 votes
1 answer
2k views

FB login fails after duplicating xcode project to create lite version of app

I created an iPhone app that posts to Facebook, successfully. I then duplicated the app to create a lite version and did the following: I created a new story and action in FB for the post, for which ...
JanB's user avatar
  • 914
3 votes
3 answers
2k views

How to login facebook with pop up view, not through safari, using Facebook SDK 3.1? [closed]

Please help me this question! I want to create app login facebook, if device installed Facebook app, my app will call Facebook app when user login Facebook, if Facebook app is not installed, my app ...
user1965400's user avatar
0 votes
1 answer
140 views

Facebook One Click access using Titanium Studio

I came across Facebook's new way of integration with IPhone apps. Instead of displaying web view to login with Facebook through an app, they have changed it so that the user can login with the ...
senthil's user avatar
  • 1,307
1 vote
1 answer
490 views

iOS Facebook SDK 3.1 how to login within apps and keep credentials?

Is it possible to use the Facebook iOS SDK to authenticate within an app (not go to Safari or Facebook app), and also keep those authentication credentials for the next launch of the app? When I try ...
Kelvin Go's user avatar
1 vote
1 answer
183 views

How to login just in time to facebook in iOS app

Have reviewed the facbook pages on how to integrate facebook with iOS, but what i had been looking for is a bit different. I would like to prompt for Facbook login only when a user decides to share ...
Elango Balusamy's user avatar
16 votes
1 answer
3k views

Possible to use the native facebook app to log into a mobile html5 app? On the iPhone

I'm trying to have my html5 site open the native iPhone Facebook app to authenticate users. The site currently uses OAuth 2 on the server side - so it redirects everyone to the web version of ...
alakin's user avatar
  • 161
0 votes
1 answer
442 views

Iphone : showing blank facebook login dialog

I have integrated facebook sdk in iphone app. It was working fine. But, suddenly, it stopped showing "Facebook login page" in dialog, as it is shown in screenshot. I tried it with different facebook ...
user609239's user avatar
  • 3,366
15 votes
7 answers
3k views

New Facebook SDK FBSession sessionOpenWithPermissions

I've been trying to develop iOS app using Facebook and I'm new. So I've been trying to make a login with Facebook, followed a tutorial on Facebook and try to implement it. But I've encountered, [...
user1383655's user avatar

15 30 50 per page