Yahoo::Lifestyle

Yahoo! Taiwan Lifestyle open API interface
Download

Yahoo::Lifestyle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hsin-Chan Chien
  • Publisher web site:
  • http://search.cpan.org/~hcchien/SVN-ACL-0.02/lib/SVN/ACL.pm

Yahoo::Lifestyle Tags


Yahoo::Lifestyle Description

Yahoo! Taiwan Lifestyle open API interface Yahoo::Lifestyle is a simple interface for Yahoo! Taiwan Lifestyle open APIs, written in Perl. And you will need the Yahoo::BBAuth for some authentication APIs. Before you use that, you have to register a appid and secret for APIs request.SYNOPSISuse Yahoo::Lifestyle;$life = Yahoo::Lifestyle({ appid => "Ea6oQPHIkY03GklWeauQHWPpPJByMjCDoxRxcW"}); $res = $life->Bizsearch({BizName => 'coffee', address => '', page => '3'); $list = $life->BizlistReviews({id => 'b4328e0fa8b25615', begin => '0', limit => '10'); print $res->{Biz}->{$_}->{Name} for (keys %{$res}); $life->bbauth({secret => $secret}); $bookmarks = $life->UserlistBookmarks;Yahoo! Taiwan provides open APIs for local yellow page searching. Users can search the business information by search APIs. And developers can get the comments and feedback by the open APIs. It's a little complicate if developers want to implement the mashup or any other plugins by BBAuth provided by Yahoo. Yahoo::Lifestyle uses the Yahoo::BBAuth to make a simple interface for the developers who want to use the Lifestyle APIs. Requirements: · Perl


Yahoo::Lifestyle Related Software