I have a login question linked to rails Facebook.

Asked 2 years ago, Updated 2 years ago, 94 views

I'm practicing to log in by linking facebook with rails. Like a hashcode site.

https://launchschool.com/blog/facebook-graph-api-using-omniauth-facebook-and-koala

I'm following the example on the website above.

If you click Login here,

You'll see a screen like this. The client_id = Facebook app's id must appear in the red line to function normally, but it just appears like client_id, so it doesn't work normally.

How do I get the client_id = Facebook app's id normally?I'm curious.

ruby-on-rails facebook login

2022-09-22 11:38

1 Answers

After following the guide, it works well.

I think you should take a look at the Facebook app settings. Check if you set app_id and secret and if you have registered the website on the platform as follows

I hope it helps you.


2022-09-22 11:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.