Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

problem logging in facebook

I tried many times to log in by using your Kitchen Sink settings, but it is not working. I created a new application in facebook and tried again, but it did not work either (probably I need to have five users for that). I get a white window with the facebook logo when I press the facebook login button and nothing else happens. Do you think there is a problem with android settings for facebook login?

Nick

— asked November 4th 2010 by Nikola Simeonov
  • desktop
0 Comments

3 Answers

  • Anyone found a solution to this problem? I experience the same, both in my own facebook app and even in the kitchensink examples on Android.

    In Android the facebook login button doesn't work at all. It only leave me with a blank loginscreen. Even in the Iphone facebook login is not very stable. E.g. if I log out and log in with a different facebook account the app stay in the first account.

    Knut

    — answered November 18th 2010 by Knut Inge Grosland
    permalink
    0 Comments
  • Same problem here. Android 2.1-updated. I'm using a very simple implementation.

    var fbutton = Titanium.Facebook.createLoginButton ({
    'style':'wide',
    'apikey':'<key>',
    'secret':'<secret>'
    });

    It show's up just fine in the app, when you click the login button comes up, but it's blank.

    — answered November 22nd 2010 by Alex Breshears
    permalink
    0 Comments
  • Has anyone managed to connect to facebook using Titanium and Android. I am still struggling with this…. I really hope for some advice. On iphone it is working ok.

    knut

    — answered January 9th 2011 by Knut Inge Grosland
    permalink
    1 Comment
    • what does your code look like? It is working fine for me? Maybe you should post a new question and include your code

      — commented January 9th 2011 by Aaron Saunders
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.