teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

ウェf

2017/01/04 04:50

投稿

earnest_gay
earnest_gay

スコア615

title CHANGED
File without changes
body CHANGED
@@ -290,4 +290,10 @@
290
290
 
291
291
  ```
292
292
 
293
- SESSION使って回って取得するしかないですかね?
293
+ SESSION使って回って取得するしかないですかね?
294
+
295
+
296
+
297
+ 追記
298
+ [http://qiita.com/sofpyon/items/982fe3a9ccebd8702867](http://qiita.com/sofpyon/items/982fe3a9ccebd8702867)
299
+ [http://noumenon-th.net/programming/2016/03/08/twitteroauth/](http://noumenon-th.net/programming/2016/03/08/twitteroauth/)

3

ウェ

2017/01/04 04:50

投稿

earnest_gay
earnest_gay

スコア615

title CHANGED
File without changes
body CHANGED
@@ -288,4 +288,6 @@
288
288
  </footer>
289
289
  </html>
290
290
 
291
- ```
291
+ ```
292
+
293
+ SESSION使って回って取得するしかないですかね?

2

xwdc

2017/01/04 04:40

投稿

earnest_gay
earnest_gay

スコア615

title CHANGED
File without changes
body CHANGED
@@ -188,9 +188,9 @@
188
188
 
189
189
  var_dump($_POST['submit_tw']."が押されました。");
190
190
 
191
- define( 'CONSUMER_KEY', 'Dqncrr4OefS6cibdMzEUQpqIJ' );
191
+ define( 'CONSUMER_KEY', 'Dqncrr4Oexxxxxxxxxx' );
192
- define( 'CONSUMER_SECRET', '5gJ74RGM74niiwNOACzx3jxwWpqCqWQgq56y58KigMR1TbrT8d' );
192
+ define( 'CONSUMER_SECRET', '5gJ74RGxxxxxxxxxxxxxxxxxxxxxxxxx' );
193
- define( 'OAUTH_CALLBACK', 'http://dev.kazuch.com/create_account.php' );
193
+ define( 'OAUTH_CALLBACK', 'http://dev.xxxxx.com/callback.php' );
194
194
 
195
195
  //TwitterOAuth をインスタンス化
196
196
  $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET);

1

ewdef

2017/01/04 04:35

投稿

earnest_gay
earnest_gay

スコア615

title CHANGED
File without changes
body CHANGED
@@ -51,9 +51,9 @@
51
51
 
52
52
  session_start();
53
53
 
54
- define( 'CONSUMER_KEY', 'Dqncrr4OefS6cibdMzEUQpqIJ' );
54
+ define( 'CONSUMER_KEY', 'Dqncrr4Oexxxxxxxxxx' );
55
- define( 'CONSUMER_SECRET', '5gJ74RGM74niiwNOACzx3jxwWpqCqWQgq56y58KigMR1TbrT8d' );
55
+ define( 'CONSUMER_SECRET', '5gJ74RGxxxxxxxxxxxxxxxxxxxxxxxxx' );
56
- define( 'OAUTH_CALLBACK', 'http://dev.kazuch.com/callback.php' );
56
+ define( 'OAUTH_CALLBACK', 'http://dev.xxxxx.com/callback.php' );
57
57
 
58
58
  require_once(__DIR__ . '/lib/Loader.php');
59
59