My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: friendfeed, java, json

a Java client library for the FriendFeed API

Features

Example

  import com.friendfeed.api.*;

  FriendFeedService friendfeed = new FriendFeedServiceImpl();
  friendfeed.setUseCompression(true);

  List<Entry> pub = friendfeed.fetchPublicFeed();
  
  List<Entry> lolcatz = friendfeed.fetchRoomFeed("lolcatz");

  List<Entry> searchResult = friendfeed.search("economy");
 

Implementation details









Hosted by Google Code