- Forum posts: 2
Oct 5, 2016, 3:45:10 PM via Website
Oct 5, 2016 3:45:10 PM via Website
Hi Everyone,
I have developed a simple android app, "sampleFbLogin_01" (on android studio using java) for login with facebook.
i created an app with similar name "sampleFbLogin_01" on 'https: // developers .facebook .com'
logging with one of my facebook id (let, fb id 01)
After following the steps to make facebook login app,
i can sign in in sampleFbLogin_01 anroid app .
now when i logout and try to enter with my another facebook id (let, fb id 02)
i am not allowed to enter with this new facebook id
On Android console it is giving error message stating
"W/cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 11251"
(b) One more question.
how to start a new activity using intent in onSuccess() part of loginButton.registerCallback(callbackManager, new FacebookCallback() method.
nothing happens for
startActivity(new Intent(FirstFbLoginActivity.this, SecondNewPageActivity.class));
ie
SecondNewPageActivity is not opening after successful login from FirstFbLoginActivity
Waiting for guidance.
Thanks and Regards,
Amit.