Displaying 2 results from an estimated 2 matches for "facebooker_callback_path".
2008 Jan 29
17
facebook_url_rewriting.rb
Here''s the fix for Facebook apps that specify a controller in their callback URLs. First, set this variable in your environment scripts:
ENV[''FACEBOOKER_CALLBACK_PATH''] = ''/controller''
# where controller is the name of your Facebook controller
And then patch vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb as shown in the attached diff.
Please let me know if you encounter any issues with this patch.
Thanks,
S...
2008 Feb 01
0
patch
Sorry, I won''t be able to send in the right diff just yet. If you want to check in my code, just change each instance of ENV[''FACEBOOKER_CALLBACK_PATH''] to ENV[''FACEBOOKER_SANDBOX_NAMESPACE''].
Thanks,
Shawn