Questions tagged [parsefacebookutils]
44 questions
21
votes
6 answers
Where is "PFFacebookUtils.framework" on CocoaPods repo?
Does anyone know where to find the framework ParseFacebookUtils/PFFacebookUtils.h in the new version of the SDK in CocoaPods?
Bolts are installed automatically but no ParseFacebookUtils
Thanks!

mhergon
- 1,688
- 1
- 18
- 39
12
votes
2 answers
Parse SDK Android - Facebook Graph API v2.0
I'm using Parse SDK in my app (https://github.com/ParsePlatform/Parse-SDK-Android).
My app also uses the Facebook Utils in order to provide a login experience with Facebook (https://github.com/ParsePlatform/ParseFacebookUtils-Android)
Recently…

jiraya85
- 428
- 1
- 5
- 26
5
votes
1 answer
NullPointerException when logging in with Facebook SDK and ParseFacebookUtils
We are using Parse SDK and trying to login with Facebook function. But we could not figure it out. We get NullPointerException. What's wrong with our implementation?
Our SDK versions we used:
Parse SDK 1.10.3,
Facebook SDK…

sembozdemir
- 4,137
- 3
- 21
- 30
3
votes
3 answers
use of unresolved identifier after cocoapods installation
I have a swift project without cocoapods working with Parse SDK and Facebook SDK (for login and backend use).
When creating a Podfile to use GoogleMaps SDK (for places autocomplete suggestions) I get the following error: Use of unresolved identifier…

Fdo
- 1,053
- 4
- 15
- 38
3
votes
1 answer
Android Facebook login works in debug, doesn't work in published app
I have an Android app that has Facebook login. I've tested number of times on my device (it has Facebook app installed, if it helps) and login works flawlessly. I've submitted my app to Play Store, and users can't login with Facebook in release…

Can Poyrazoğlu
- 33,241
- 48
- 191
- 389
3
votes
1 answer
Check existing user before Facebook/Twitter signup Parse Android SDK
I'm working with Parse Android SDK and I have two signup options in my signup activity. Signup by twitter and Signup by facebook.
Here's the problem:
If I signup using facebook and then logout and then again signup using twitter, instead of linking…

iitum studant
- 856
- 2
- 8
- 24
3
votes
0 answers
PFFacebookUtils logInWithPermissions fails first time, works the second time
I'm calling the logInWithPermissions with the default permissions, without any PFUser in Data Browser and permissions removed directly from Facebook.
The code called on the login button action:
NSArray *permissionsArray = @[ @"public_profile",…

torrao
- 291
- 8
- 17
2
votes
1 answer
Invalid Scope: user_birthday iOS swift
it was working fine 2 months ago (facebook took 2 months to review the app permissions) but now its showing me this error
Invalid Scope: user_birthday. This message is only shown to developers. Users of your app will ignore these permissions if…

TestDjay
- 437
- 3
- 15
2
votes
0 answers
Android ParseFacebookUtils : Login into two different apps backed by same Parse server & database
I have two apps (for ex: A and B) live, backed with the Parse Server(now hosted on Heroku).
Both apps point to the same Server App i.e Same parse_app_id and parse_client_key and everything working fine except Login with Facebook.
I have Implemented…

Gopal
- 1,734
- 1
- 14
- 34
2
votes
3 answers
FBDSKCoreKit error: "Include of non-modular header inside framework module"
EDIT: For more info on this particular bug, follow up with the Facebook Team here.
I have researched this intensely and have failed to find a solution. Never ran into this issue and now I can't seem to get passed this one.
Here is the error I am…

Zach
- 180
- 1
- 2
- 12
2
votes
1 answer
Parse + Facebook authorization: Callback already registered for : com.parse.ParseFacebookUtils
I need to add Facebook authorization via Parse in my application. I follow the instructions on https://parse.com/docs/android/guide#users-facebook-users. But if I run app, then press Back button and then run it again I always get this…

darja
- 4,985
- 9
- 33
- 47
2
votes
3 answers
Android FacebookException : Login attempt failed
I am using ParseFacebookUtils to login to my app from Facebook.
LoginActivity's onCreate:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_login);
loginButton =…

kRiZ
- 2,320
- 4
- 28
- 39
2
votes
0 answers
Unable to get valid Session Token after ParseFacebookUtils.logInWithReadPermissionsInBackground signed up a new user
Hi I'm trying to implement a new app using Parse login with facebook feature.
I followed the Guide to use facebook login feature and all went ok.
Documentation states
Sessions represent an instance of a user logged into a device. Sessions are…

fiipi
- 663
- 6
- 20
2
votes
3 answers
PFFacebookUtils.initializeFacebookWithApplicationLaunchOptions(launchOptions) giving compilation error
I'm trying to integrate facebook login in my parse application. I followed every step mentioned in parse tutorial. In the below code, I'm getting compilation error.
func application(application: UIApplication, didFinishLaunchingWithOptions…

Edmond
- 614
- 2
- 11
- 26
2
votes
2 answers
PFFacebookUtils loginWithPermissions block never called
I'm testing an app with facebook login . I made a button and when i click it Facebook pages appears and after the password it disappears. The problem is that the block from [PFFacebookUtils loginWithPermissions] is never called. That way i can't…

LuisFOSoares
- 107
- 8