Languages

Menu
Sites
Language
Webview of Tizen Native Application not able to redirect to proper URL

 

We are trying to authenticate wordpress API using the following url

https://public-api.wordpress.com/oauth2/authorize?client_id=3342&redirect_uri=http://www.tempbloggpress1.com/redirect_url/&response_type=code

 

We need to enter the wordpress login credentials and hit “Sign In” after which the expected behavior is redirection to “ https://public-api.wordpress.com/oauth2/authorize/?client_id=3393&redirect_uri=http%3A%2F%2Fwww.blogpressredirect.com&response_type=code&jetpack-code&jetpack-user-id=0&action=oauth2-login” , but with Tizen webview it directly goes to “https://m.wordpress.com/ “ which is not expected.

 

You can refer to http://developer.wordpress.com/docs/oauth2/ for authentication procedure.

 

Credentials for wordpress account

Username –amolsarmalkar1234   

Password – butter303

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
wil smith
If you can share a sample project, somebody might look into it