{ "id": "62464", "key": "TIMOB-1832", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:03:28.000+0000", "created": "2011-04-15T03:03:27.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T22:58:50.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
\nhttps://appcelerator.lighthouseapp.com/projects/32238/tickets/27-ap...\ntalks about a Titanium.Facebook.createLoginDialog api but I don't\nsee that in the documentation
\nvar dialog = Titanium.Facebook.createLoginDialog({
\nsession:mySessionObject,
\n
\n});
\ndialog.show();
\nI am using Titanium.Facebook.createLoginButton to create a\nfacebook login button.
\nWhen I click on it I see a dialog screen with appcelerator titanium\nrelated icons above the user name and password . I would like to\nmodify this login dialog with our app's icon . Is there a way to do\nthis ? Does Titanium.Facebook.createLoginDialog exist ?
Not a bug . Can close. Figured it is a facebook feature.
Invalidated by new FB module.