Hi
From what I could understand, this plugin intends to use authlogic's authentication process but while using api_key/api_secret instead of login/password (correct me if I'm wrong).
But what is exactly the purpose of this line?
api_key_param 'app_key'
I keep getting a "undefined method `api_key_param'" error if I use it.
Without it the authentication is still not working.
Hi
From what I could understand, this plugin intends to use authlogic's authentication process but while using api_key/api_secret instead of login/password (correct me if I'm wrong).
But what is exactly the purpose of this line?
api_key_param 'app_key'
I keep getting a "undefined method `api_key_param'" error if I use it.
Without it the authentication is still not working.