Facebook login page
-
2012年4月18日 上午 07:26
Hi,
I am using Azure for authentication into mobile application. But I have one problem. I need adjust the login page of Facebook provider. When I use login with Facebook provider, the classic login page appears (this page is optimized for desktop computers). But I need to display mobile login page (m.facebook.com) that looks much more better on mobile devices.
Is here any possibility to display mobile Facebook login page (m.facebook.com) instead of classical Facebook login page (facebook.com)?
Regards,
Radek.
所有回覆
-
2012年4月19日 上午 02:30版主
Hello,
Accroding to your description, you mentioned that the default FaceBook login page is not m.facebook.com and looks not very good in Mobile application, right?
I suggest your create a HttpRequest to get metadata from ACS and modify its LoginUrl property tohttp://m.facebook.com, request url look like this:
https://storycreator.accesscontrol.windows.net/v2/metadata/IdentityProviders.js?protocol=javascriptnotify&realm=<Your application Realm>&version=1.0
Hope this helps.
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework
- 已編輯 Arwind - MSFTModerator 2012年4月19日 上午 02:32
- 已標示為解答 Arwind - MSFTModerator 2012年4月24日 上午 07:11
- 已取消標示為解答 mautilus_conn 2012年4月25日 上午 09:45
-
2012年4月24日 下午 01:38
I have tried to modify loginURL with replacing www.facebook.com to m.facebook.com (the rest of URL address remains the same).
in WALoginWebViewController.m i write
NSString* lu = [_realm.loginUrl stringByReplacingOccurrencesOfString:@"www.facebook" withString:@"m.facebook"];
Unfortunatelly, the responses from this "mobile" page probably are not correct and therefore the login procedure does not perform correctly...
Probably, certain other modification should be done in WALoginWebViewController.m but I am afraid of lost of functionality of other identity providers.
Regards, Radek.
-
2012年6月15日 下午 07:34i know am getting that problem is it because my laptop is actaly my schools :/

