Hello Friends,
I have configured refinerycms along with omniauth for Facebook
authentication.
for the same I have created "named_routes_overrides.rb" file inside
config
folder.
get ''auth/:provider/callback'' =>
"users/omniauth_callbacks#facebook"
and loading the file in application.rb file
initializer ''add named route overrides'' do |app|
app.routes_reloader.paths <<
File.expand_path(''../named_routes_overrides.rb'',__FILE__)
end
But whenever I am clicking on the link to authentication with facebook
getting the following error
Couldn''t find Page with ID=facebook
I really don''t know why pages controller is getting called though in
the
refinery wiki they have cleared mentioned that one can override the default
routes.
It will be really great if someone can help me.
Thanks
abhis
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi, You might be better off posting to the Refinery CMS group. A search there shows up the following posts related to your topic: http://groups.google.com/group/refinery-cms/search?group=refinery-cms&q=omniauth One of these might contain your solution. Cheers, Phil -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi is there anyone faced and resolved the below mentioned issue? Thanks Abhis On Wed, Nov 23, 2011 at 12:20 AM, Abhishek shukla <betterabhi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Hello Friends, > > I have configured refinerycms along with omniauth for Facebook > authentication. > > for the same I have created "named_routes_overrides.rb" file inside config > folder. > get ''auth/:provider/callback'' => "users/omniauth_callbacks#facebook" > > and loading the file in application.rb file > > initializer ''add named route overrides'' do |app| > app.routes_reloader.paths << > File.expand_path(''../named_routes_overrides.rb'',__FILE__) > end > > But whenever I am clicking on the link to authentication with facebook > getting the following error > > Couldn''t find Page with ID=facebook > > > I really don''t know why pages controller is getting called though in the > refinery wiki they have cleared mentioned that one can override the default > routes. > > It will be really great if someone can help me. > > Thanks > abhis > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.