nitschmann / CakePHP-Twitter-Plugin

A simple plugin to use the the Twitter API with OAuth and CakePHP version 1.3.*

Home Page:http://bakery.cakephp.org/articles/nitsche/2011/09/19/cakephp-twitter-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP-Twitter-Plugin

This is a plugin for CakePHP to connect your app with the Twitter API using OAuth. With this plugin it's possible to access the main API methods (such as status updates, timelines or user) of the Twitter API in all of your controllers. You even have the opportunity to make custom API-Calls with this plugin. The plugin uses 'http_socket_oauth' (https://github.com/neilcrookes/http_socket_oauth) by Neil Crookes <www.neilcrookes.com> as extension for the CakePHP 'HttpSocket'. NOTE: This plugin does not support the "Twitter for Websites" Features (https://dev.twitter.com/docs/twitter-for-websites) like follow buttons or direct authentication.

@author Florian Nitschmann (f.nitschmann@media-n.net)

@links www.media-n.net

@copyright (C) 2011 media-n (www.media-n.net)

@license MIT License (http://www.opensource.org/licenses/mit-license.php)

Requirements:

Installation:

https://github.com/fnitschmann/CakePHP-Twitter-Plugin/wiki/Installation

Function Reference:

https://github.com/fnitschmann/CakePHP-Twitter-Plugin/wiki/Function-Reference

Wiki:

https://wiki.github.com/fnitschmann/CakePHP-Twitter-Plugin

About

A simple plugin to use the the Twitter API with OAuth and CakePHP version 1.3.*

http://bakery.cakephp.org/articles/nitsche/2011/09/19/cakephp-twitter-plugin


Languages

Language:PHP 100.0%