Questions tagged [parsefacebookutils]

44 questions
0
votes
1 answer

Does self hosted parse still handled authentication via facebook and push notifications

I have an android application which I already implemented social login using Facebook SDK 4.0 and it works correctly. I want to extend the application so I decide to linked it with a stable back end. Now I hosted a parse server on heroku and I can…
0
votes
2 answers

Parse Facebook unable get user email and gender

Currently, I am using this tutorial to create the facebook login. "https://github.com/ParsePlatform/ParseUI-Android" The Parse user JSON didn't return me an email or gender. I also have research around but I still can't find the solution (well, at…
beginnerK
  • 404
  • 1
  • 5
  • 20
0
votes
1 answer

Parse FacebookUtils for iOS 9 failing with -canOpenURL error

I've been using Appcelerator for mobile apps for some time, but due to a problem with the Facebook SDK, I've been looking at swift in order to move the apps to native, and have more control. All the apps currently use Parse for the back end, and…
paul h
  • 152
  • 2
  • 10
0
votes
1 answer

FBSDKGraphRequest FBSDKGraphRequestConnection only in iOS 9 return error

this is the login success with iOS 9.0.1. this is the login failed with iOS 9 iPhone . and in iOS 9 iPhone i have this warning : the sdk update to parse 1.8.5 and Facebook to 4.6 from here :https://developers.facebook.com/docs/ios/ios9 what can I…
Roei Nadam
  • 1,780
  • 1
  • 15
  • 33
0
votes
1 answer

ParseFacebookUtilsV4 duplicate symbols for architecture armv7

I cannot compile my Xcode project, it has problems with duplicate ParseFacebookUtilsV4 this is my apple Mach-O Linker Error: duplicate symbol _llvm.cmdline…
Ammo
  • 570
  • 1
  • 8
  • 22
0
votes
2 answers

ParseFacebookUtilsV4.framework can not add to xcode7 project

I have recently updated my os to iOS 9 ,also use new xcode7 start my application to parse all done good but whenever I add 'ParseFacebookUtilsV4.framework' framework to my project It give me error Undefined symbols for architecture x86_64: …
Gunja Patel
  • 289
  • 2
  • 10
  • 22
0
votes
1 answer

ParsefacebookUtils returning wrong values in Parse

for my android application i wanted to integrate a facebook login, so i did exactly what is here: https://github.com/ParsePlatform/IntegratingFacebookTutorial Everything seems to work fine however the values which are stored in the parse backend…
0
votes
0 answers

Callback within callback in Android?

I was trying to have a callback within a callback process. Is this possible for Android? I know it has something to do with the Main Thread, but I don't know about a good fix to it as I was a total beginner in making Android apps. Is there a way to…
frankiezz09
  • 1
  • 1
  • 1
0
votes
0 answers

How to re-ask declined permissions using parse.facebookutils.login in JavaScript?

How to re-ask declined permissions using parse.facebookutils.login Parse.FacebookUtils.logIn('public_profile,email', { success: function(user) { }, error: function(error) { console.log(error); console.log("User…
Stanley
  • 36
  • 4
0
votes
1 answer

ParseFacebookUtils not recognised on android studio

I added Parse-1.9.1.jar to my libs folder and compiled it in my build.gradle file in my app folder. But when i try to initialise parseFacebookUtil, it is not recognised. I dont know why.Below is my build.gradlr. Please help me find out what am…
user3137376
  • 1,527
  • 2
  • 19
  • 29
0
votes
8 answers

Facebook SDK v4 & Parse (Swift)

I am trying to work ParseFacebookUtilsv4 & FacebookSDK v4.. After many trials, I've managed to reduce the errors to 1. func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { …
senty
  • 12,385
  • 28
  • 130
  • 260
0
votes
1 answer

Switching to Safari for Facebook login terminates iOS app

I am designing a Facebook-enabled app and I'm testing Facebook login. I am using Parse (1.4.2, latest) with ParseFacebookUtils (1.4.2, latest). Here is how I login: [PFFacebookUtils logInWithPermissions:@[@"user_friends"] block:...]; However, the…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
0
votes
1 answer

Lexical or Preprocessor Issue 'ParseFacebookUtils/PFFacebookUtils.h' file not found

I am getting the below error within AppDelegate.m while trying to run my app. I have removed and re-added the FacebookSDK.framework in hopes that it will help however, it did not. My deployment target is 7.1 and I am using Xcode 5.1.1 Lexical or…
Annette
  • 317
  • 1
  • 3
  • 14
-1
votes
1 answer

How to resolve facebook ID errorr

How to work around this bug, as I looked all I remember and I find no answer. Any help would be appreciated. /** * Copyright (c) 2015-present, Parse, LLC. * All rights reserved. * * This source code is licensed under the BSD-style license found…
Krosie
  • 1
  • 2
1 2
3