Is there oauth based Twitter datasource available

2019-02-27 17:43发布

There is one available for old basic authentication which doesn't work anymore.

3条回答
叼着烟拽天下
2楼-- · 2019-02-27 18:23

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.

查看更多
萌系小妹纸
3楼-- · 2019-02-27 18:24

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.

查看更多
Melony?
4楼-- · 2019-02-27 18:42

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

查看更多
登录 后发表回答