Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

FBSDKLoginKit not redirect my app after login and confirm page

I'm integrating Facebook SDK 4.15.1, using Swift 3.0. I have followed all the steps mentioned here in link Getting started with iOS, I'm able to login to Facebook and make authorizations using the ...
Logunath's user avatar
  • 477
0 votes
1 answer
755 views

Facebook Login on a Test App

Edit2: The problem is with the SDK not using the Facebook App to display the Auth-Screen, but the WebView. The WebView uses Cookies and had an old user logged in. A user, that is Test User for the ...
lucasl's user avatar
  • 508
0 votes
1 answer
104 views

Is it possible to oauth from mobile website via iphone/android installed app?

Here's the scenario: Visitor uses mobile browser to come to my website Visitor clicks login with Facebook/Twitter Website calls out (maybe using URL Scheme, etc.) to Facebook or Twitter's ...
jimlyndon's user avatar
0 votes
1 answer
763 views

How to implement secure inter-app messaging in IOS

So I'm looking for a secure way of passing data between two applications (trying to implement a secure OAuth provider for IOS applications). Here is my definition of secure and some additional ...
Discombobulous's user avatar
3 votes
0 answers
925 views

Facebook / Google oauth flow for iPhone app with server back-end

I'm developing an iPhone app that will have a server side (django). The user will be able to connect to their Facebook and Google accounts using Oauth 2. The calls to the Facebook and Google APIs will ...
Pawel Kozela's user avatar
0 votes
1 answer
503 views

Facebook iPhone web app Authentication not working

i have made a web app for the iPhone that connects to facebook using oAuth. When i try this on my computer everything works fine: i can click login on my page, it redirects to a authentication page ...
Evert De Spiegeleer's user avatar
2 votes
3 answers
1k views

Facebook Access Token - Force Expiration for Test

Is it possible to force a Facebook access token to expire in the new 3.2 Facebook SDK? I need to test the auth logic in my iOS app. I know this has been asked in the past.. but all answers I have ...
edhnb's user avatar
  • 2,172
1 vote
0 answers
203 views

Facebook oauth in iOS app not redirecting to server. Returns junk html

When calling the below facebook oauth url from the iOS app, a bunch of html is returned, and the redirect to our web server is never initiated. URL: https://www.facebook.com/dialog/oauth?client_id=[...
edhnb's user avatar
  • 2,172
1 vote
1 answer
207 views

Website and a facebook mobile app - do they need to be separate?

The existing website uses Facebook OAuth for login. The plan is that soon that certain events on the site will be posted to the user's timeline. The "userA watched xxx" kind of thing. We're also at ...
ian's user avatar
  • 12.2k
0 votes
1 answer
127 views

login window on another view controller iPhone

In Facebook API in FBDialoge.m file , I want that login window to open on another VC, so in FBDialoge.m file , I am changing this code .. UIWindow* window = [[UIApplication sharedApplication]....
Jean-Luc Godard's user avatar
2 votes
0 answers
190 views

Facebook SDK and Parse user auth

I have setup an application to use Parse.com and the Facebook SDK for user auth. Is there anyway in Facebook App Center or any where else that I can find the users that setup using Facebook. I can ...
StuartM's user avatar
  • 6,783
1 vote
1 answer
1k views

Login Foursquare Api using facebook credentials

I am having this problem while building one iPhone app that connects using Foursquare. Its works fine with me to connect by using foursquare credentials but now my client want facility to login ...
Gaurav Taywade's user avatar
6 votes
1 answer
7k views

Error: This endpoint has been deprecated

My app has is no longer allowing people to post to facebook from it, and it is throwing this error when I try - "Error: This endpoint has been deprecated. To temporarily enable it, you may disable ...
Eagle11's user avatar
  • 661
1 vote
1 answer
531 views

ios authentication with facebook and server side verification

My iOs app authenticates user with Facebook using facebook-sdk. Now application connects to server and has to confirm that the user identity. Which is recommended way? Probably iphone has to send ...
Alan Harper's user avatar
0 votes
2 answers
504 views

Unable to create new Facebook application for integrating Facebook in iOS app

I am using sharekit to integrate FB in my app and using xcode4. Everything was fine till I was using my old FB app's id and secret. After all being done I created a new app at developers.facebook.com ...
Ahmed's user avatar
  • 772

15 30 50 per page