Hello all
If you want the user login in your game with facebook native c3 plugin see this
demo
rafaeltrigo.000webhostapp.com/flogin
All My tutorials here
construct.net/en/tutorials/construct-tutorials-2525
Fisrt of all , when the user logged in you can get the facebook user Id , so thats good for save personal information in a database , or for other purposes , you can get the photo facebook id aswell and you can use some share options too , like share the app , or a link from your game
1 ) You nedd an app Id , and you can get it in : developers.facebook.com
Click : Create first App , Choose for Everything Else and create your app Id
when you get the app id from facebook developers just type it in the plugin in c3
Click on facebook pluging in project bar , and on left side will see the app id to fill
2 ) Alow the urls you will use
for a preview mode I use : preview.construct.net/local/index.html or if you upload for a site jus type the url of your site
but where to put it ? in facebook developers go to : Facebook login , settings and fill the urls in : Valid OAuth Redirect URIs
And The End !
In developers site , you can get a test user too if you want