Ruby on Rails Friday, April 30, 2010

thanks for the reply. i screwed up. in development mode, i was
accessing my localhost, which was storing the cookie under localhost.
when i accessed my app from the domain that i registered with
facebook, i got access using the regular cookies array. hope this
helps someone...

thanks again,
dino

On Apr 30, 6:44 pm, Philip Hallstrom <phi...@pjkh.com> wrote:
> > 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 athttp://groups.google.com/group/rubyonrails-talk?hl=en.

--
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