Ruby on Rails Friday, April 30, 2010

> hi -
>
> i'm trying to integrate facebook authentication into my app. facebook
> sets a cookie called fbs_xxxx where xxxx is your app id.
>
> but, i can't figure out how to get my hands on that that cookie inside
> rails, cookies[] only gives me access to my apps cookies.

If the cookie isn't in your domain, then no.

Take a look at the facebooker or minifb plugins.


--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment