Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

HTTP authentication is a method for a HTTP user agent to provide a user name and a certain proof confirming the user's identity when making a request. Various proofs define different HTTP Authentication methods, e.g. basic, forms, digest, or others.

learn more… | top users | synonyms

0
votes
1answer
162 views

Using Real-time Updates with a callback that requires auth

I'm trying to setup real-time updates in my server and it looks like it only works with URLs that don't require authentication. Does anyone knows how to make it work with HTTP auth?
3
votes
2answers
2k views

How to use http authentication in devise with an optional omniauth token as the authentication token

We have a rails app setup that uses devise & omniauth to allow logging in via facebook authentication. We also have a mobile app that is currently using http authentication to login to the rails ...