Skip to main content

All Questions

6 votes
2 answers
452 views

Build Error with Parse iOS SDK and Facebook

I just created a new project and added a few pods as shown here: install! 'cocoapods', :deterministic_uuids => false # Uncomment this line to define a global platform for your project platform :...
LilMoke's user avatar
  • 3,344
1 vote
1 answer
434 views

Integrating Facebook Login with Parse Swift 3

In my Xcode Project I already have a sign in feature that uses a user's username and password they created. Now I want to integrate a Facebook login in the project, but I am not completely sure how to ...
fphelp's user avatar
  • 1,606
1 vote
1 answer
71 views

Integrate Facebook Login with Parse

In my Xcode Project I already have a sign in feature that uses a user's username and password they created. Now I want to integrate a Facebook login in the project. I was able to write the simple sign ...
fphelp's user avatar
  • 1,606
-1 votes
1 answer
255 views

SWIFT 3 Parse + FB Login

I would like to make a custom login button with 'ParseFacebookUtilsV4'framework. regarding the documentation of Parse, it should be: PFFacebookUtils.logInInBackgroundWithReadPermissions(permissions) ...
Kibo's user avatar
  • 1,833
1 vote
1 answer
755 views

Parse Facebook Login Swift 3.0

I am trying to login to Facebook using Parse and create a new Parse user as result. There is no proper Facebook login Documentation for Parse. Some of them are really outdated I have browsed every ...
Varun Pozhath's user avatar
-1 votes
1 answer
134 views

Parse Starter kit for Swift 3

I've downloaded the ParseStarterProject version 1.14.3 and after download it asks me to convert to swift 3. After that gives me an error: Cannot convert value of type '(Bool, NSError?) -> ()' to ...
Renato Pimpão's user avatar
-3 votes
2 answers
339 views

Parse - Facebook login via Facebook app

I'm using the Parse SDK as my backend and I have also implemented the Facebook login, which works perfectly!! The thing is, when the user presses the FB login button and he's prompted to choose how to ...
Sotiris Kaniras's user avatar
0 votes
1 answer
45 views

Saving FB Img with Parse

I am trying to save some of the current users information pulled from Facebook and save it to my parse database. I am successfully saving the name, but am having a lot of issues saving the photo. Here ...
user3255746's user avatar
  • 1,427
1 vote
1 answer
180 views

Can't get account info Parse & FB SDK

I'm using the ParseFacebookUtilsV4 and the fb idk seem to be having issues with retrieving the users info just to print into the console for now. The issue is that it seems that the block to start the ...
Tunds's user avatar
  • 1,825
1 vote
1 answer
87 views

PFFacebookUtils.initializeFacebookWithApplicationLaunchOptions(launchOptions) hangs app

Using the latest FB iOS SDKS and Parse, and ParseFacebookUtilsV4 pod 'FBSDKCoreKit' pod 'FBSDKShareKit' pod 'FBSDKLoginKit' pod 'Parse' pod 'ParseUI' pod 'ParseCrashReporting' pod '...
silverdagger's user avatar
  • 1,163
1 vote
1 answer
276 views

Swift: Linking Facebook users with existing PFUsers Not Working on Parse Server

I'm trying to integrate the Facebook login/signup into my app to work alongside the standard login/signup with email. I am using Swift and have migrated to Parse Server. I've followed the Parse iOS ...
DiligentDev's user avatar
0 votes
1 answer
396 views

The supplied Facebook session token is expired or invalid

I'm trying to implement Facebook login with my Swift app. I was able to login to the app just fine. However, I ran into an issue once I logged the user out. I get the error the supplied Facebook ...
winston's user avatar
  • 3,080
0 votes
1 answer
553 views

iOS - Swift Facebook Graph Request completion handler - Type of expression is ambiguous without more context

I'm trying to make this Facebook Graph request work but I get two errors : Cannot conver value of type '(,,_) throws -> Void' to expected argument type 'FBSDKGraphRequestHandler!' - On line #6 Type ...
Giulio Colleluori's user avatar
0 votes
1 answer
92 views

FBSDKGraphRequest to sign up Parse users is "ambiguous?"

The FBSDKGraphRequest connection handler used in the SignUpViewController of a tutorial app is now outdated. I updated it to a point where it won't error until I try to place the Parse code after the ...
winston's user avatar
  • 3,080
0 votes
1 answer
217 views

PFFacebookUtils.logInInBackgroundWithReadPermissions block returns user = nil and error = nil

I have an iOS 9 app (Xcode 7.1, Swift 2.0) with the following pods, using the latest versions at the time of this post: pod 'Parse' (using latest version 1.12.0) pod '...
Mackarous's user avatar
  • 1,507

15 30 50 per page
1
2 3 4 5
8