Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1915] Facebook login dialog shows Not Logged In error for first time user

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-02-26T22:04:18.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsapi, facebook, ios
ReporterMHA
AssigneeMauro Parra-Miranda
Created2013-02-21T03:43:27.000+0000
Updated2016-03-08T07:40:50.000+0000

Description

Ti.Facebook is currently showing login dialog with *Not Logged In* error. Expected behavior is that the dialog should ask for user credentials. With error the dialog also shows *Back to home* option that redirects user to expected login screen. Steps to reproduce:
var Window = Ti.UI.createWindow();

Ti.Facebook.appid = 'YOUR_APP_ID';

var fb_login = Ti.Facebook.createLoginButton();

Window.add(fb_login);

Attachments

FileDateSize
error_screen.png2013-02-21T03:43:27.000+000053144
expected_screen.png2013-02-21T03:43:27.000+000074972

Comments

  1. Carter Lathrop 2013-02-26

    Please refer to the kitchen sink for how to implement the facebook login/logout. I just tested the function in the kitchen sink which successfully prompts user for login credentials when not logged in and specifies when a user has logged in. Working as expected.

JSON Source