Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6236025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:46:44+00:00 2026-05-24T10:46:44+00:00

I am implementing face book api in my application,I have one login button for

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T10:46:45+00:00Added an answer on May 24, 2026 at 10:46 am

    I have used the Facebook SDK, as can be seen in my example:

    mFacebook.authorize(this, new String[] { "friends_birthday", "friends_about_me", "read_friendlists" }, new DialogListener() {
    
                @Override
                public void onFacebookError(FacebookError arg0) {
    
                }
    
                @Override
                public void onError(DialogError arg0) {
    
                }
    
                @Override
                public void onComplete(Bundle arg0) {
    
                    //start activity here. 
    
                }
    
                @Override
                public void onCancel() {
    
                }
            });
    

    To start an activity in general (put this in onComplete()):

    Intent intent = new Intent(context, TargetActivity.class);
    startActivity(intent);
    

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Facebook gurus, I have been implementing the Facebook Like button for a number of
in my rails web application I am implementing Facebook connectivity. I want that whenever
I'm with some problems implementing my first application with Login with Facebook. The user
I'm having trouble implementing this step: Given I am logged in as a Facebook
implementing publishActivity in PHP using the REST API using this code: $activity = array(
When implementing Quicksort, one of the things you have to do is to choose
I have complete code for implemention for facebook in my application But the problem
I am implementing facebook registration in my Yii site.. I setup application. For registration,
Before I started implementing Facebook authentication, my logout controller looked like this: # Kill
I have a textarea element in a Facebook application I want to limit, visually,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.