Skip to main content

All Questions

0 votes
0 answers
29 views

PFFacebookUtils Parse login callback not called with safari

I'm using the latest version of the ParseFacebookUtils which uses safari to log a user in. The process works as expected where it asks for your permission to your public profile in Safari and returns ...
Tunds's user avatar
  • 1,825
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 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
3 votes
1 answer
2k views

Error Domain=NSCocoaErrorDomain Code=3840

I know that many others had the same problem and there are many question with same subject/title. But none of those solved my problem. I was using parse for cloud code and Facebook login. But since, ...
iBug's user avatar
  • 2,332
0 votes
1 answer
62 views

Parse.com Data export bug

I'm trying to export my data on Parse but the system seems like it's getting stuck on the first step: "Waiting to begin.." as you can see in this picture : Has anyone encountered this problem? Any ...
Giulio Colleluori'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
2 votes
1 answer
436 views

Integrate Facebook’s Account Kit with Parse

I'd like to integrate the new login framework from Facebook, Account Kit (which among others provides phone login), to my iOS app, which uses Parse. I was able to integrate the framework ...
ofer2980's user avatar
  • 474
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
0 votes
0 answers
72 views

do i need to check if the token expired or refresh it when using parse to login Facebook user on iOS

I'm fixing bugs in an iOS app that uses parse and the Facebook login. i'm seeing code that i think is fishy, but i figured i'd check first. I have not found an answer googling, but if i missed it, ...
otusweb's user avatar
  • 1,668
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
0 votes
2 answers
357 views

Getting Error 307 when trying to login with Facebook using Parse PFFacebookUtils

I'm trying to log in with Facebook using Parse.com's PFFacebookUtilsV4. I'm using their standard: PFFacebookUtils.logInInBackgroundWithReadPermissions(["public_profile"]) { (user, error) in When I ...
Eric's user avatar
  • 197
0 votes
1 answer
149 views

Error when using Parse to log into Facebook

I'm trying to implement Facebook login with Parse and I get the following error message: [Error]: Permission denied for this action. (Code: 119, Version: 1.14.2) I have already added my application'...
Aryaman Sharda's user avatar
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
0 answers
46 views

Error importing a Parse the Facebook Wrapper Library from the Parse SDK

I've read a lot of posts about this type of error. But I use version 1.12, and the issues talked about earlier versions of the Parse SDK. I find it sort of ridiculous that XCode throws these errors, ...
user avatar
1 vote
1 answer
162 views

FBSDKLoginManager works, PFFacebookUtils logInInBackgroundWithReadPermissions not

I implemented the login via Facebook with parse server. If I use this, I get user information correctly: FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init]; [login logInWithReadPermissions:...
Vins's user avatar
  • 1,894

15 30 50 per page
1
2 3 4 5
20