html5 - Twitter/Facebook authorization in Windows 8 app with Javascript -
is there way login facebook/twitter in windows 8 app based on javascript , html5?
authorization pages not allow embedded iframe
, can not navigate topmost window authorization url javascript code ("url because url launches app. direct user interaction can launch app. visual studio not attached script debug target supports script diagnostics" error).
response 1 of microsoft engineers, him lot:
there couple of ways can that. can work token. example ...
https://github.com/cauld/winjs-oauth-for-twitter
... , ...
or can use webauthenticationbroker ...
http://code.msdn.microsoft.com/windowsapps/web-authentication-d0485122
Comments
Post a Comment