views:

12

answers:

0

I use embedded Awesomium 1.01 in game application to authorize it in Facebook through OAuth and then use Graph API. Now I need to update the game so that you don't have to login again every time you launch the application (Of course, I don't store app "access token" between two launches of the application). 1) I can achieve that if I have browser's cookies, is there not hacky way to get Awesomium cookies to do auto-authorization? 2) Can I do auto-authorization with some another approach? Maybe old REST API?