My favorites | Sign in
Project Logo
          
Code license: New BSD License
Labels: me2day, java, actionscript, ruby, python
Feeds:
People details
Project owners:
  codian, xrathx, iasandcb
Project committers:
bluemetal, kenu.heo, ikspres, lovedev, kkungkkung

http://me2day.net/ API wrapper for various programming language. It provides API set to create a new post/comment and fetch other useful information.

First release includes Java (1.5 or greater) and ActionScript 3.0. Let's try as the following java code!

Post post = new Post();
post.setBody("Hey, check this pics");
post.setIconIndex(Post.ICON_THINK);
post.setTags("me2photo blah");

VirtualFile file = VirtualFile.create(new File("oops.png"));
file.setProgressListener( new ProgressListener() { 
  @Override public void transferProgress(ProgressEvent e) { 
    System.out.println( String.format("%d / %d", e.getTransferredBytes(), e.getTotalBytes()) );
  }});
post.setAttachment( file );


Me2API me2 = new Me2API()
me2.setUsername("rath")
me2.setUserKey("00112233")
me2.setApplicationKey("1")
me2.post(post);

me2day api for python 0.1

me2day api for java 0.6

me2day api for java 0.5

me2day api for java 0.4









Hosted by Google Code