http_socket_oauth icon indicating copy to clipboard operation
http_socket_oauth copied to clipboard

Extension to CakePHP HttpSocket class to support OAuth

Results 7 http_socket_oauth issues
Sort by recently updated
recently updated
newest added

Cool lib but I need support for Bearer as Google decided to strictly use those only.

I just threw it into a libs directory and updated the documentation. I realize that this version would require a small fix on all your other plugins.

I have modified the http_socket_oauth lib to allow sending pictures on Twitter with API 1.1 Details at: http://stackoverflow.com/questions/21801122/request-format-to-tweet-an-image/21818769#21818769

One of the reasons is at the top of the vendor plug in cake 2.4 + now uses App::uses instead of App::import, the correct way to do it for cake...

Unless I've screwed something up (which is very possible), I can't get this to work in the latest version of Cakephp. I think it has something to do with the...

How hard would this be?

When requesting the access token from google I get an error about Content-Length being missing from the header.