Menu
Sites
Language
Facebook login problem on Tizen

I'm doing the web app on Tizen. It allows users to login with Facebook and Twitter. 

Twitter is okay. But in case of Facebook, it is not working. 

Actually, after login Facebook on Tizen mobile browser, I tried to login with FB on our site within browser. I could login automatically via FB.

But, in case of my web app on Tizen, I could not login with FB even though I tried to do automatically (I've already logined on FB). 

In addition, Facebook's contents are not aligned on my web app. 

How can I fix this? Please let me know.

Thanks.

 

 

 

 

Edited on 18 03, 2014

Responses

6 Replies
Raghavendra Reddy Shiva
Which authorization protocol are you using to login to Twitter and Facebook ?
Soohong Min
I use oauth for FB. Is this a problem? Please let me know. Thanks.
Lakshmi Grandhi
Hi, You cannot use OAuth protocol for Tizen WebApplication, Oauth redirect the auth tozen to hosted web applications, where as for tizen Web Applications are stored locally on device. You have to used xAuth for Authentication for more details go through this sample application https://developer.tizen.org/documentation/articles/social-network-services-on-tizen
roger solsona

Hello,

In Facebook authentication section, your post say:

"You should know that the newly registered Facebook application doesn’t get access to the Facebook REST API by default, it should be requested. "

Do you know how can I request that? I don't see any options on facebook developer web page.

Thanks! 

talari praveen kumar

Hi Roger

I think Facebook REST API is deprecated now

roger solsona

Hi Talari,

the documentation says if we want to use facebook login we must use deprecated facebook REST API. But a newly registered Facebook application doesn’t get access to the Facebook REST API by default, so we must request it. That's my question, how can I request it?