Is there oauth based Twitter datasource available for CakePHP?

江枫思渺然 提交于 2019-12-02 03:39:29

GitHub is full of Twitter plugins. Google this:

site:github.com twitter cakephp oauth

Or, if you feel like writing from scratch: http://code.42dh.com/oauth/ It has a small Twitter example.

This is a good intro to this kind of thing, in case you want to write your own, or use Neils plugin.

http://tv.cakephp.org/video/CakeFoundation/2010/12/24/neil_crookes_-_designing_cakephp_plugins_for_consuming_apis

There is such a project on Google Code: http://code.google.com/p/cakephp-twitter-oauth-datasource/ though I don't know whether it still works as it was released around one year ago.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!