[TIMOB-9701] TiAPI: Implement Facebook URL Scheme Suffix for Single-Sign-On
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Done |
Resolution Date | 2015-06-02T02:42:12.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 4.0.2 |
Components | iOS |
Labels | community, core |
Reporter | Arnaud Besnier |
Assignee | Eric Merriman |
Created | 2012-06-04T14:13:01.000+0000 |
Updated | 2017-03-24T18:52:32.000+0000 |
Description
Titanium implements Facebook Single-Sign-On, and it works well !
But it is impossible to manage several iOS native apps for the same Facebok App...
I would be great to implement Facebook URL scheme suffix to be able to do this.
The following link describe the 2 steps to follow in order to configure the native app with Objective-C : https://developers.facebook.com/docs/mobile/ios/build/#multipleapps
The step one cannot be done on Titanium... It seems that you force urlSchemeSuffix to null in the objective-C code.
It would be a great think to add a property like Ti.Facebook.urlSchemeSuffixe to be able to use this Facebook feature.
Did you plan anything for this feature ? This Facebook SDK feature is not hard to implement but very useful to handle apps in multiple environments (dev, test, staging, ...).
Related PR: https://github.com/appcelerator-modules/ti.facebook/pull/3
Please review
3.4.0 is moved forward, and 3.5.0 is taking its place in the calendar.
Updated Facebook reference here: https://developers.facebook.com/docs/ios/troubleshooting#sharedappid
README updated to explain how this is done on the new Titanium Facebook Module. https://github.com/cheekiatng/ti.facebook-1/blob/master/README.md Resolving as done.
Closing ticket with reference to the previous comments.