Skip to main content

All Questions

0 votes
1 answer
39 views

Facebook login not working Parse

I'm trying to integrate Facebook login function to my app. When I click on "continue with Facebook button" everything works but the user info is not added to the parse database also the "logs" when ...
datacrusader's user avatar
3 votes
1 answer
1k views

Image URL to ParseFile?

I have a Parse Android app for which I am implementing Facebook sign up. Currently I am stuck on grabbing images to set as profile pictures of new ParseUser's. I have successfully used the Facebook ...
ThePartyTurtle's user avatar
2 votes
1 answer
1k views

Cannot resolve method Facebook AccessToken

I have changed the Session to Access Token but it cannot resolve the method for getCurrentAccessToken and isOpened // Fetch Facebook user info if the session is active AccessToken token = ...
Sagar Atalatti's user avatar
0 votes
1 answer
80 views

Android Parse.com facebook integration NoClassDefFoundError

My application requires the user to sign in with facebook account. I can do it with normal facebook log in form facebook developer, but I also need the user to enter username and password with my ...
Lvlack Hello's user avatar
5 votes
1 answer
1k views

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 ...
sembozdemir's user avatar
  • 4,227
0 votes
0 answers
259 views

Receiving a blank facebook webview for Parse login

I am trying to integrate my app with Facebook using Parse, but whenever I login (with and without the Facebook app installed) I receive a blank webview. The only possible "errors" I get when running ...
Jacob Platin's user avatar
0 votes
1 answer
158 views

ParseLoginUI Facebook Integration - Stored Hash Keys Don't Match

I've been following the ParseLoginUI tutorial here: https://github.com/ParsePlatform/ParseUI-Android/tree/master/ParseLoginSampleWithDispatchActivity In my AndroidManifest.xml, I have: <activity ...
drearypanoramic's user avatar
-1 votes
1 answer
804 views

Facebook integration - Android - Parse

I am using ParseFacebookUtilsV4-1.9.2.jar and everytime I am facing an error in this line: ParseFacebookUtils.initialize(this); The error I am facing is below ... I/dalvikvm﹕ Could not find method ...
yabolb's user avatar
  • 1
3 votes
2 answers
1k views

ClassNotFoundException with Parse and Facebook

I am hoping you can help me with a problem I am facing. I am trying to integrate Facebook login to my app using Parse, and I get a ClassNotFoundException error, when I call the method ...
user1419999's user avatar
1 vote
0 answers
420 views

NullPointerException in ParseFacebookUtils.logInInBackground

I'm trying to use facebook login with parse instead of facebook sdk login. Because it seems easier to me. Here is my code: Button facebookLogin = (Button) findViewById(R.id.facebook_login_button);...
Max Zavernutiy's user avatar
0 votes
1 answer
1k views

Build.Gradle issues when using Facebook SDK 4.0.0 and Parse.com libraries in Android

I've narrowed down the problem to overlapping dependencies within my project, however, I'm not sure which dependencies to exclude for my project to build properly. If I delete the ParseFacebookUtilsV3 ...
Kevin Tsang's user avatar
0 votes
1 answer
84 views

Editing user information within the app gives me an error with Parse

I get an error saying this: This User is not allowed to add a field to _User. You can change this setting in the Data Browser. From testing, it seems that this only affects users signed in through ...
Sree's user avatar
  • 2,777
0 votes
0 answers
91 views

Facebook Login on Parse

Thanks for your time. I've got the Facebook login tutorial working with all the keys both to Parse and Facebook. However I don't get any output from it. When I log in with a valid account and using ...
Puck's user avatar
  • 217
0 votes
1 answer
286 views

Request.GraphUserCallback cannot be resolved to a type in ParseLoginUI

I am trying to use ParseLoginUI but there are several errors, one of which is the following Request.GraphUserCallback cannot be resolved to a type I have tried to import com.facebook.session; and ...
Jeel Shah's user avatar
  • 3,284
4 votes
1 answer
1k views

Facebook Login not working properly (Parse)

In my app, I have an activity that handles the Facebook sign in and sign up. When I click my "Sign in with Facebook" button, I execute this code, as written the Parse docs: ParseFacebookUtils.logIn(...
lschlessinger's user avatar

15 30 50 per page