Questions tagged [pffacebookutils]

28 questions
0
votes
1 answer

PFFacebookUtils.logInInBackground do not perform segue

Hei, the code bellow somehow doesn't work with segue. It returns: Warning: Attempt to present on whose view is not in the window hierarchy! Code runs in IBAction Button. Then I perform segue without PFFacebookUtils code, it works fine. From that…
0
votes
0 answers

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 to the app. The weird behavior is that when the…
Tunds
  • 1,804
  • 2
  • 15
  • 30
0
votes
0 answers

How to get facebook friend list using PFFacebookUtilsV4 ios + Objective-c?

I am using "Login with Facebook" using PFFacebookUtilsV4 and I want to get facebook friends using lastest parse version. I can able to get facebook friends using old parse but I need facebook friends using newer version of parse.com sdk When I…
Saumil Shah
  • 2,299
  • 1
  • 22
  • 27
0
votes
1 answer

PFFacebookUtils.h compilation errors in Xcode 8.2 with latest parse libraries

I see that when upgrading PFFacebookUtils to the latest version v4-1.10.0 with the compatible versions of Parse and Bolts frameworks, I keep getting compilation errors. The recommended solutions I tried are upgrading Parse, Bolts libraries and XCode…
sysuser
  • 1,072
  • 1
  • 13
  • 30
0
votes
1 answer

PFFacebookUtils. How to make difference between login and signup?

I'm trying to provide some very simple (as I thought) functionality into my application which uses Parse.com service. What I need is just allow users to create an account via Facebook and login them again via Facebook. The problem is that…
Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161
0
votes
1 answer

PFFacebookUtils login methods do nothing if Facebook app is installed

This is very weird. I'm trying to login to Facebook and everything is working fine if there's no Facebook app is installed on the device. But if there's this app then nothing happens. Just nothing. Completion block is never called and no login…
Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161
0
votes
1 answer

Parse-server, PFFacebookUtils overwrites username

So a PFUser will log in the traditional way, using an email and password. When they sign up, I set the userName to be equal to the email address. When a user signs in, they use their email. This was working great until I added a "connect to…
mnearents
  • 646
  • 1
  • 6
  • 31
0
votes
1 answer

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 'ParseFacebookUtilsV4' (using latest version 1.11.0) I am…
Mackarous
  • 1,467
  • 1
  • 11
  • 8
0
votes
1 answer

iOS: Get Facebook Access Token with Auto-Login

I'm using Parse and Facebook for account management in my app. Whenever the user logs in through the facebook button, my code works perfectly because facebook sdk automatically generates a new access token. However, if I use an autologin code which…
Sam
  • 1,130
  • 12
  • 36
0
votes
2 answers

PFFacebookUtils -

I'm following this tutorial to integrate facebook login with messenger. When I'm compiling the first part of the code, I receive the error: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'You must initialize…
Sam
  • 1,130
  • 12
  • 36
0
votes
1 answer

User de-selects Facebook permission while logging in with PFFacebookUtils

I've been searching and trying to solve this issue with PFFacebookUtils and Parse, where the user logs in through Facebook but doesn't get saved in Parse Data Browser. Within this processes the user de-selects a permission (eg. email) and this…
Deviks
  • 13
  • 2
0
votes
1 answer

ParseFacebookUtils - How to Open Facebook Login Dialog every time?

My question is same as this thread but the answer in it does not work anymore because ParseFacebookUtils.getSession() has been deprecated. What is the replacement on how to log out and flush the cache so that next time the Facebook login button…
user1406716
  • 9,565
  • 22
  • 96
  • 151
0
votes
1 answer

Cannot access all of PFFacebookUtils Methods

I am using cocoapods in my project but when I use: [PFFacebookUtils initializeFacebookWithApplicationLaunchOptions:launchOptions]; I get the following error: no known class method for selector initializeFacebookWithApplicationLaunchOptions When…
klmitchell2
  • 171
  • 2
  • 13
1
2