CakePHP-Copula / Linkedin

LinkedIn API support for Cakephp.
16 stars 9 forks source link

Error getting the Request Token #6

Closed abalonepaul closed 11 years ago

abalonepaul commented 11 years ago

I am getting the following error from LinkedIn while trying to get the requestToken.

oauth_problem=parameter_absent&oauth_parameters_absent=oauth_consumer_key%26oauth_signature_method%26oauth_signature%26oauth_timestamp%26oauth_nonce

It looks like we are sending a GET request and not sending the signature method, signature, timestamp, or nonce.

The LinkedIn documentation says that they are expecting a POST request with the data sent as POST data.

What is the best way to handle this?

Update: My bad. I reverted to another version and it is working fine.

ProLoser commented 11 years ago

Feel free to close bugs when you find they're invalid :)