Changeset 508c340 for lib/oauth.h


Ignore:
Timestamp:
2010-04-26T00:42:37Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
acba168
Parents:
b2bc25c
Message:

Successfully posted a tweet!

Twitter's tricky. It returns vars (user_id, screen_name) in the access token
that, the way I read the spec, should be included in all subsequent queries.
However, stuff only started to work when I dropped those vars.

This code's definitely not pretty ATM. Need to clean up now that it actually
works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.h

    rb2bc25c r508c340  
    2121*                                                                           *
    2222\***************************************************************************/
     23
     24char *oauth_http_header( char *access_token, const char *method, const char *url, char *args );
Note: See TracChangeset for help on using the changeset viewer.