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

  • Home
  • SEARCH
  • 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 6355137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:42:15+00:00 2026-05-24T22:42:15+00:00

I am developing an app with Facebook integration, and it is working perfectly in

  • 0

I am developing an app with Facebook integration, and it is working perfectly in devices without the Facebook app installed, but it is not working on devices with this app. I have seen several post like this, but i think the problem is not in the keytool key.

If the phone has the FB app installed it shows the autorization dialog but once you have autorized the app, it does nothing. What i can see debugging is that it is not reaching the onComplete method:

private class LoginDialogListener implements DialogListener
{
    public void onComplete (Bundle values)
    {
        postOnFbWall ();
    }
    public void onFacebookError (FacebookError e)
    {
        // TODO Auto-generated method stub
        Toast t;
        t = Toast.makeText (getApplicationContext (), "Something went wrong! Try it later.", Toast.LENGTH_SHORT);
        t.show ();
    }
    public void onError (DialogError e)
    {
        // TODO Auto-generated method stub
        Toast t;
        t = Toast.makeText (getApplicationContext (), "Something went wrong!! Try again later.", Toast.LENGTH_SHORT);
        t.show ();
    }
    public void onCancel ()
    {
        // TODO Auto-generated method stub
    }
  }

Any solution?
Thanks a lot.

  • 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-24T22:42:15+00:00Added an answer on May 24, 2026 at 10:42 pm

    Have you implemented onActivityResult() in your calling activity as stated in the official doc?

    @Override
    public void onActivityResult(int requestCode, int resultCode, Intent data) {
        super.onActivityResult(requestCode, resultCode, data);
    
        facebook.authorizeCallback(requestCode, resultCode, data);
    }
    

    Without that, the callback will never be used.
    See Facebook SDK for Android under Single-Sign-On

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

Sidebar

Related Questions

I am developing an android app which has Facebook integration in it. I have
I was developing app which uses Facebook API authentication for user login. But sometimes
I am developing a Facebook app. I have a server side OAuth flow which
I'm developing a facebook app. The tab removes correctly, but is there a way
I am developing a facebook app and I seem to have got stuck on
I am currently developing a Facebook App (it's not my first one) and I
I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable
I'm developing an app which will allow me to post on Facebook. But I
I am developing simple facebook canvas app. I was following this page in documentation:
I am developing an app which uses facebook integration. I am trying to receive

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.