Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

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?

share|improve this question

1 Answer

Can't be done. Facebook specifies that they need public access to the callback server. They will send the information in a signed format that only you can decrypt since you are the only one who has the private (aka secret) key. So you have no need to put any http auth on the callback URL.

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 23:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.