I am developing a Facebook application and I want to use the Real-time Updates. I am facing the following issue: I cannot establish properly the endpoint where I am supposed to receive the updates.
If I try to make a POST request with the appropriate parameters to https://graph.facebook.com/myappid/subscriptions through java, I receive a
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException
and if I send the POST request through curl from my command line terminal, I get a
{"error":{"message":"(#2200) callback verification failed: ","type":"OAuthException","code":2200}}
when my callback is of the form: http://mycallback and
{"error":{"message":"(#2200) callback verification failed: Received HTTP code 502 from proxy after CONNECT","type":"OAuthException","code":2200}}
when my callback is like https://mycallback.
I have started to believe that the problem is due to my ssl certificate. Is there any problem if the certificate is self-signed?
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 recently wrote a very detailed tutorial on the FaceBook Real-Time Updates API because I see a lot of having difficulties getting it to work properly. It can be found here: http://www.codedestination.com/1/post/2013/05/-facebook-real-time-updates-api-tutorial-part-i.html I hope this helps! Good luck! |
||||
|
|