fb-connect -Missing client_id parameter


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.

It works good in local machine, but in server it shows the error message like this.

{    "error": {       "type": "OAuthException",       "message": "Missing client_id parameter."    } }

Register your Application name in facebook. Send Client_id in param.

Check this doc. Facebook Login - Documentation - Meta for Developers