I'm trying to setup a callback_url
with facebook's real-time updates webhooks on my local machine. However, it is requiring me to use SSL. Annoying for develoment, but whatever. I setup a self-signed certificate, and now facebook complains about that:
{
"error": {
"message": "(#2200) callback verification failed: SSL certificate problem: self signed certificate",
"type": "OAuthException",
"code": 2200,
"fbtrace_id": "ak9ii3432"
}
}
Is there no easy way to develop this locally without paying for a trusted SSL certificate and going through that hassle?