Ignore:
Timestamp:
2012-11-10T23:52:21Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
dff0e0b
Parents:
8bd866f
Message:

Very immature code for reading from the streaming API. It reads from a
fixed URL and tried to parse individual JSON objects. Not doing anything
useful with it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    r8bd866f rddc2de5  
    8181void twitter_get_timeline(struct im_connection *ic, gint64 next_cursor);
    8282void twitter_get_friends_ids(struct im_connection *ic, gint64 next_cursor);
    83 void twitter_get_home_timeline(struct im_connection *ic, gint64 next_cursor);
    84 void twitter_get_mentions(struct im_connection *ic, gint64 next_cursor);
    8583void twitter_get_statuses_friends(struct im_connection *ic, gint64 next_cursor);
    8684
Note: See TracChangeset for help on using the changeset viewer.