Git Product home page Git Product logo

cakephp-twitter-plugin's Introduction

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 ([email protected])

@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

cakephp-twitter-plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cakephp-twitter-plugin's Issues

Not working in Cake 2.4

One of the reasons is at the top of the vendor plug in cake 2.4 + now uses App::uses instead of App::import, the correct way to do it for cake 2.4 is App::uses('HttpSocket', 'Network/Http');

Beyond that I got an error returned to me that buildUri wasn't a valid method as my next error: Call to undefined method HttpSocketOauth::buildUri()
File: app\Vendor\HttpSocketOauth.php
Line: 124

Any help would be appreciated.

I hate having to ask this... Sorry

I'm not a cake newbie, but a newbie to datasources, yes...

I have gotten the install and integration working great, but really have no clue where to go from there. I.E. updating the user’s status on their Twitter when they make a post on the site.

I hate directly asking for help since I love just figuring it out on my own, but this has had me itching my head for a couple days now so any push in the right direction would be great. Truthfully another wiki with some implementation examples would be awesome...

Missing Component File

Hey..

I followed the instructions here: https://github.com/fnitschmann/CakePHP-Twitter-Plugin/wiki/Installation and now I'm getting a "Missing Component File" error.

here's a screenshot:

http://dl.dropbox.com/u/1296700/2011-09-19-03h28_56.png

All my files are in /app/plugins/Twitter - so the correct link to the component file would be /app/plugins/Twitter/controllers/components/Twitter/twitter.php - however, CakePHP doesn't seem to think so.

I think that this is an issue of this being a plugin, Cake doesn't know what to do, maybe?

Any help would be appreciated :)

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.