https://github.com/upsilon/optwitterlikeplugin
Twitter風OpenPNE3ガジェット
https://github.com/upsilon/optwitterlikeplugin
Last synced: about 1 year ago
JSON representation
Twitter風OpenPNE3ガジェット
- Host: GitHub
- URL: https://github.com/upsilon/optwitterlikeplugin
- Owner: upsilon
- Created: 2010-04-02T16:03:15.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-08T13:02:48.000Z (about 16 years ago)
- Last Synced: 2024-10-11T20:44:51.436Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
このプラグインを使用するためには、https://twitter.com/apps/new で登録したアプリ
の"Consumer key"と"Consumer secret"を設定する必要があります。
$ cp config/app.yml{.sample,}
$ vi config/app.yml
app.ymlの"twitter_consumer_key"と"twitter_consumer_secret"にそれぞれ値を設定して
保存します。
app.ymlを修正したらOpenPNE3を設置したディレクトリで
$ ./symfony cc
を実行してください。
このプラグインは以下のライブラリを同梱しています。
TwitterOAuth:
MIT License
Copyright (c) 2009 Abraham Williams
http://github.com/abraham/twitteroauth