OAuth library functions 1.0.3
Deprecated List
Global oauth_http_get (const char *u, const char *q) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_http_get2 (const char *u, const char *q, const char *customheader) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_http_post (const char *u, const char *p) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_http_post2 (const char *u, const char *p, const char *customheader) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_post_data (const char *u, const char *data, size_t len, const char *customheader) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_post_data_with_callback (const char *u, const char *data, size_t len, const char *customheader, void(*callback)(void *, int, size_t, size_t), void *callback_data) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_post_file (const char *u, const char *fn, const size_t len, const char *customheader) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_send_data (const char *u, const char *data, size_t len, const char *customheader, const char *httpMethod) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_send_data_with_callback (const char *u, const char *data, size_t len, const char *customheader, void(*callback)(void *, int, size_t, size_t), void *callback_data, const char *httpMethod) attribute_deprecated
use libcurl - http://curl.haxx.se/libcurl/c/
Global oauth_sign_array (int *argcp, char ***argvp, char **postargs, OAuthMethod method, const char *c_key, const char *c_secret, const char *t_key, const char *t_secret) attribute_deprecated
Use oauth_sign_array2() instead.
Global oauth_sign_url (const char *url, char **postargs, OAuthMethod method, const char *c_key, const char *c_secret, const char *t_key, const char *t_secret) attribute_deprecated
Use oauth_sign_url2() instead.
Global oauth_time_indepenent_equals (const char *a, const char *b) attribute_deprecated
Use oauth_time_independent_equals() instead.
Global oauth_time_indepenent_equals_n (const char *a, const char *b, size_t len_a, size_t len_b) attribute_deprecated
Use oauth_time_independent_equals_n() instead.