Giter Site home page Giter Site logo

twitterlibphp's Introduction

twitterlibphp - Twitter/PHP interface
http://jdp.github.com/twitterlibphp

This is a simple interface to the Twitter API.

I've tried to keep as close as possible to the real API
calls (some had to be changed due to ambiguity), but all
of the arguments are as they are in the official docs.

For documentation, go to:

  http://jdp.github.com/twitterlibphp/doc
  http://apiwiki.twitter.com

Usage:

  $twitter = new Twitter("username", "password");
  $public_timeline = $twitter->getPublicTimeline();

  When you go through the docs, a lot of methods just take
an $options array and a $format parameter. The $options array
allows you to pass API arguments just like you would if you
were calling it from pure HTTP. For example:

  $twitter->getMentions(array('page'=>2), 'json')

  is mapped to...

  http://twitter.com/statuses/mentions.json?page=2

Justin Poliey <[email protected]>
http://justinpoliey.com
@justinpoliey

twitterlibphp's People

Contributors

jdp avatar tannerburson avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.