This module needs support of different auth_types.
http://www.php.net/manual/en/oauth.setauthtype.php
Freelancer.com doesn't support authorization in the headers, it need to go as parameters on the uri.
It's called OAUTH_AUTH_TYPE_URI
This module needs support of different auth_types.
http://www.php.net/manual/en/oauth.setauthtype.php
Freelancer.com doesn't support authorization in the headers, it need to go as parameters on the uri.
It's called OAUTH_AUTH_TYPE_URI
Comments
Comment #1
bojanz commentedThis module doesn't rely on the oauth php extension.
Still, the complaint is valid.