Hi,
I used facebook connect in my application for login and registration
process using authlogic + authlogic connect gem.
It works good in local machine, but in server it shows the error
message like this.
{
“error”: {
“type”: “OAuthException”,
“message”: “Missing client_id parameter.”
}
}
Pls provide some solution to fix this.