Closed monterey01 closed 11 years ago
I fixed the uninitialized constant ApplicationController::Facebook error. I am now getting undefined local variable or method `callback_facebook_url'. Any ideas?
All it takes is making sure fb_graph is available as a gem, that could be adding it to your Gemfile or installing it manually, as specified in the README.
Then, simply require it and you should be set:
require 'fb_graph'
You should not have to manually copy any code from fb_graph into arbitrary directories.
Thanks figured it out. :)
Sorry I am new to the ruby world and need some help in setting up the fb_graph. uninitialized constant ApplicationController::Facebook. I had the similar error earlier for include and copied code from the lib folder. Are there instructions to setup the necessary modules and config files?