Languages

Menu
Sites
Language
Authorizing application on Facebook

Hello all,

I need to post on user's Facebook wall and as such need to authorize the application.  Some of the posts from 2013 mention the use of SNS but that seems no longer available for straight forward usage so I guess the only way to do this to open a web control component, have the user login and authorize there and then retrieve the access token so I can post to the user's Facebook wall.

Before I go on a marathon and try to figure this out myself I was wondering if someone here has done it already and has some "pseudo code" to point me on the right track in terms of how to do it.

Thanks Jirka

View Selected Answer

Responses

1 Replies
Mark as answer
Jirka Prazak

For those of you who need this in the future, I have figured it out and implemented it using the web control.  I have posted the code on how to do it on GitHub.  You can get it @ https://github.com/bohemius/tizen-facebook-auth

Hope this helps

-J