Hi
I want to login to facebook on the game but I don’t understand why when porting project corona sdk into visual studio using devices , i can’t login to facebook
explains and helps to me
thanks
Hi
I want to login to facebook on the game but I don’t understand why when porting project corona sdk into visual studio using devices , i can’t login to facebook
explains and helps to me
thanks
Hi @nghiatran,
Currently, the Facebook plugin is not supported for CoronaCards WP8. However, you can likely implement it via Lua/.NET communication methods. See this part of the documentation:
http://docs.coronalabs.com/coronacards/wp8/communication.html
Take care,
Brent
Facebook (the company) does not have an official SDK for WP8. However, they do back a 3rd party facebook library for WP8. You can find info about this here…
https://developers.facebook.com/docs/facebook-login/login-for-windows-phone
You would have to implement it in .NET and set up a Lua/.NET bridging interface according to the documentation Brent linked you up above.
Hi @nghiatran,
Currently, the Facebook plugin is not supported for CoronaCards WP8. However, you can likely implement it via Lua/.NET communication methods. See this part of the documentation:
http://docs.coronalabs.com/coronacards/wp8/communication.html
Take care,
Brent
Facebook (the company) does not have an official SDK for WP8. However, they do back a 3rd party facebook library for WP8. You can find info about this here…
https://developers.facebook.com/docs/facebook-login/login-for-windows-phone
You would have to implement it in .NET and set up a Lua/.NET bridging interface according to the documentation Brent linked you up above.