OAuth flow redirection possible in S40 web apps?
I tried to find information about using OAuth (such as Twitter login) in S40 web apps, but couldn't find much. So: Does a published web app has some kind of default URL? I'd like to pass some callback URL for the OAuth authentication flow, so that after mwl.loadURL() and OAuth login activities the user could be redirected back to the web app (to pass authentication tokens)?
Or is it possible to accomplish some kind of "login manipulation" at the proxy side with widget.openURL()?
Or is the only possibility to use some PIN code login method such as [url]https://dev.twitter.com/docs/auth#oob[/url] ?
Thanks for your time and help in advance! :)
Re: OAuth flow redirection possible in S40 web apps?
could you please let me know what process you tried. Did you have the key and secret for twitter api?
Re: OAuth flow redirection possible in S40 web apps?
Hi,
Bumping up this old thread, as there is new info related to OAuth.
OAuth flow cannot be completed by using only means provided by the Series 40 Web Apps. You'll need a server to take care of the authentication flow, because of callback.
Please check this wiki article: [url]http://www.developer.nokia.com/Community/Wiki/OAuth_1.0_Authorization_in_Series_40_Web_Apps[/url]
Br,
Ilkka