Ignore:
Timestamp:
2011-04-18T14:14:08Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2423c93
Parents:
6cc36ef
Message:

Try to show better Twitter error messages. Sadly this doesn't always work
since Twitter can't seem to make up their mind on the formatting of their
error responses, sometimes using XML and sometimes plain text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.h

    r6cc36ef r6eca2eb  
    8585void twitter_login_finish( struct im_connection *ic );
    8686
     87struct http_request;
     88char *twitter_parse_error( struct http_request *req );
     89
    8790#endif //_TWITTER_H
Note: See TracChangeset for help on using the changeset viewer.