I am implementing face book api in my application,I have one login
button for Facebook.
Whenever I press this button for Facebook login, it is working fine. Now I want to redirect another activity while I was successfully login with Facebook.
How to implement to do this, how can I implement call back method for that? Please help me.
I have used the Facebook SDK, as can be seen in my example:
To start an activity in general (put this in
onComplete()):Also, make sure that you add the Target Activity into your AndroidManifest.xml. You must do this in
<activity/>tags. Without this, your application will crash.