{ "id": "113117", "key": "TIMOB-14205", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-06-13T22:18:50.000+0000", "created": "2013-04-19T08:44:37.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "triage" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "29249", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "115413", "key": "AC-1934", "fields": { "summary": "iOS: Facebook module's login event not firing", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "29680", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "116044", "key": "TIMOB-14433", "fields": { "summary": "iOS: Facebook login broken after password change", "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" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "29657", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "116111", "key": "AC-2190", "fields": { "summary": "Android: Facebook login occasionally hangs", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-05-27T12:44:51.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "*Problem description*\r\nI have modified the Facebook integration in my app for the SDK version 3.1.0.\r\nBut Login callback for Facebook dialog is not working, it never called.\r\n\r\nI implemented according to this API information as given below:\r\nhttp://docs.appcelerator.com/titanium/latest/#!/api/Modules.Facebook\r\n\r\n*Test case*\r\nAttached complete sample. Simple app.js test case below.\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : \"#FFF\"\r\n});\r\n \r\nvar fb = require('facebook');\r\nfb.appid = FACEBOOK_APP_ID; // appid goes here\r\n \r\nfb.addEventListener('login', facebook_connect);\r\n \r\nfunction facebook_connect(e) {\r\n // Never called\r\n}\r\n \r\nwin.add(fb.createLoginButton({\r\n top : 50,\r\n style : fb.BUTTON_STYLE_WIDE\r\n}));\r\nwin.open();\r\n{code}", "attachment": [ { "id": "37658", "filename": "FacebookTestCase.zip", "author": { "name": "snagpal", "key": "snagpal", "displayName": "Saurav Nagpal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-19T08:44:37.000+0000", "size": 7399775, "mimeType": "application/zip" } ], "flagged": false, "summary": "iOS: Facebook Login Callback Not Working", "creator": { "name": "snagpal", "key": "snagpal", "displayName": "Saurav Nagpal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "snagpal", "key": "snagpal", "displayName": "Saurav Nagpal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Alloy 1.1.0,Titanium 3.1.0,Titanium SDK 3.1.0,MAC OSX 10.7.5", "comment": { "comments": [ { "id": "251356", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Saurav,\n\nIs this Android or iOS, or both?\n\nThanks.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-10T18:38:13.000+0000", "updated": "2013-05-10T18:38:13.000+0000" }, { "id": "254819", "author": { "name": "snagpal", "key": "snagpal", "displayName": "Saurav Nagpal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello Daniel,\r\n\r\nSorry for late reply.\r\nIt is only happen in iOS.I tested on iPhone 4 and iPhone simulator.\r\n\r\nThanks", "updateAuthor": { "name": "snagpal", "key": "snagpal", "displayName": "Saurav Nagpal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-30T07:18:55.000+0000", "updated": "2013-05-30T07:19:36.000+0000" }, { "id": "255766", "author": { "name": "piepkrak", "key": "piepkrak", "displayName": "Robbert van 't Westende", "active": true, "timeZone": "Europe/Berlin" }, "body": "I'm experiencing the same issue using:\n* Titanium SDK 3.1.0.GA \n* iOS SDK 6.1\n* Simulator version 6.1\n\nI can authenticate successfully, but the login event isn't fired. However when I restart the application, the login event does fire.", "updateAuthor": { "name": "piepkrak", "key": "piepkrak", "displayName": "Robbert van 't Westende", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-06-04T09:04:44.000+0000", "updated": "2013-06-04T09:04:44.000+0000" }, { "id": "257779", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "cannot reproduce timob-14205 tested on iPhone sim with iOS 7 with TiSDK 3.1.1 and Facebook module version 3.1.1 .", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-13T22:18:39.000+0000", "updated": "2013-06-13T22:18:39.000+0000" }, { "id": "258371", "author": { "name": "timanrebel", "key": "timanrebel", "displayName": "Timan Rebel", "active": true, "timeZone": "Europe/London" }, "body": "For me it has been hit and miss. Sometimes the vent is not fired, most of the time it does.\r\n\r\nTitanium SDK 3.1.0.GA\r\niOS SDK 6.1\r\nSimulator version 6.1", "updateAuthor": { "name": "timanrebel", "key": "timanrebel", "displayName": "Timan Rebel", "active": true, "timeZone": "Europe/London" }, "created": "2013-06-18T06:57:02.000+0000", "updated": "2013-06-18T06:57:02.000+0000" }, { "id": "258440", "author": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "updateAuthor": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2013-06-18T19:02:11.000+0000", "updated": "2013-06-18T19:02:11.000+0000" }, { "id": "387029", "author": { "name": "piedemil", "key": "piedemil", "displayName": "Emil Nilimaa", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I have tried this exact thing in my app and the event is never fired... so I do not think this jira is \"resolved\"...\r\n\r\niOS 9.3.1 on device\r\n5.2.2.GA Titanium SDK", "updateAuthor": { "name": "piedemil", "key": "piedemil", "displayName": "Emil Nilimaa", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-05-27T12:44:51.000+0000", "updated": "2016-05-27T12:44:51.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }