Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Require authentication when retrieving the friends timeline

The friends_timeline command of the Twitter API requires authentication,
so we need to tell twitter_reader_queue_message() to attach a callback to
the SoupSession::authenticate signal - if it's not already there.
Emmanuele Bassi (author)
Wed Apr 09 06:46:46 -0700 2008
commit  5abaffa7fa6240784221c5e3f22018307fe021c1
tree    42317165eba493d8489a02917b1f5eba80cc9471
parent  3c01a2a33ec13d991b3281b0c3c23e7981c9e28c
...
412
413
414
415
 
416
417
418
...
412
413
414
 
415
416
417
418
0
@@ -412,7 +412,7 @@ twitter_reader_get_friends_timeline (TwitterReader *reader,
0
   clos->reader = g_object_ref (reader);
0
   clos->timeline = twitter_timeline_new ();
0
 
0
- twitter_reader_queue_message (reader, url, FALSE,
0
+ twitter_reader_queue_message (reader, url, TRUE,
0
                                 get_timeline_cb,
0
                                 clos);
0
 

Comments

    No one has commented yet.