I have used facebook graph api to get user access token via:
https://graph.facebook.com/oauth/access_token?client_id=#{APP_ID}&redirect_uri=#{REDIRECT_URI}&client_secret=#{SECRET_ID}&code=" + facebookcode
but what I get is:
{
"error": {
"message": "client_secret must be passed over HTTPS",
"type": "OAuthException",
"code": 1
}
}
It just happened few hours ago.
Need your help ! Thanks,
