Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

laiso/titanium-hatenabookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

var hatenabookmark = require('so.lai.hatenabookmark');

hatenabookmark.setup({
  consumer : '__CONSUMER_KEY__',
  secret : "__CONSUMER_SECRET__"
});

if(!hatenabookmark.loggedIn){ 
  hatenabookmark.authorize();
}else{
  hatenabookmark.bookmark({
    url : 'http://example.com/'
  });
}

くわしくはウェブで

http://d.hatena.ne.jp/laiso+iphone/20130907/1378547297

About

Titanium HatenaBookmark SDK module for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published