For my application on Tizen I need to make Facebook integration(be able to login and post to the wall some statuses).
But I couldn't use FacebookJS SDK because i need to set up domain URL. Unfortunately for Tizen I don't have any URLs, because it's not a classic Web application.
I can't use http://localhost
as domain name because Tizen app has URL like file://some/location/app
.
Does somebody try to integrate Facebook to Tizen app?
PS. here the link with workaround https://developer.tizen.org/documentation/social-network-services-tizen but example doesn't work, because deprecated facebook API returns some Error.