2017 © Pedro Peláez
 

library twitterhook

A PHP library to interact with the GET and POST methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.

image

johnshopkins/twitterhook

A PHP library to interact with the GET and POST methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.

  • Wednesday, November 29, 2017
  • by jenwachter
  • Repository
  • 2 Watchers
  • 1 Stars
  • 4,315 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

TwitterHook

A PHP library to interact with the Twitter's REST API using single user sign-on OAuth authentication., (*1)

Example

<?php

include "path/to/vendor/autoload.php";

$consumer = array(
    "key" =>"consumerkey",
    "secret" => "consumersecret"
);

$token = array(
    "key" =>"accesstoken",
    "secret" => "accesstokensecret"
);

$twitterHook = new \TwitterHook\Client($consumer, $token);

$content = $twitterHook->get("statuses/home_timeline");

$tweet = $twitterHook->post("statuses/update", array(
  "status" => "You would not believe how I posted this tweet.",
));

The Versions

29/11 2017

dev-master

9999999-dev http://github.com/johnshopkins/twitterhook

A PHP library to interact with the GET and POST methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

oauth twitter twitter api twitter oauth

29/11 2017

v2.0

2.0.0.0 http://github.com/johnshopkins/twitterhook

A PHP library to interact with the GET and POST methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

oauth twitter twitter api twitter oauth

01/12 2016

v1.0

1.0.0.0 http://github.com/johnshopkins/twitterhook

A PHP library to interact with the GET and POST methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

oauth twitter twitter api twitter oauth

18/08 2014

0.1.1

0.1.1.0 http://github.com/johnshopkins/twitterhook

A PHP library to interact with the GET methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

oauth twitter twitter api twitter oauth

06/02 2013

v0.1

0.1.0.0 http://github.com/johnshopkins/twitterhook

A PHP library to interact with the GET methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

oauth twitter twitter api twitter oauth