Joined September 2013
·
Posted to
Ruby on Rails 4 - Authentication with Facebook and OmniAuth.
over 1 year
ago
@sergiotapia: Thanks for your tutorial and reply message. My error is solved. Because of my careless, I just copied and pasted the facebook.js.coffee and I didn't check the codes which along inside. The AppID need to add at the one of the lines of codes of that file. Now, my rails app works correctly.
Posted to
Ruby on Rails 4 - Authentication with Facebook and OmniAuth.
over 1 year
ago
I created the app to get the App ID and App Secret code at the facebook developer sections. But after finished all steps as u shown, I got below error. What can it be?
Error Accessing App
We're sorry, but the application you're trying to use doesn't exist or has been disabled.
Achievements
28 Karma
0 Total ProTip Views
Honey Badger
Have at least one original Node.js-specific repo
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
I have the error of Invalid redirect_uri on calling with ip address from others devices which located in same local network. Its okay at localhost but also have error at 127.0.0.1. Please show me the way to solve. Thanks!