質問編集履歴

4

ウェf

2017/01/04 04:50

投稿

earnest_gay
earnest_gay

スコア615

test CHANGED
File without changes
test CHANGED
@@ -583,3 +583,15 @@
583
583
 
584
584
 
585
585
  SESSION使って回って取得するしかないですかね?
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+ 追記
594
+
595
+ [http://qiita.com/sofpyon/items/982fe3a9ccebd8702867](http://qiita.com/sofpyon/items/982fe3a9ccebd8702867)
596
+
597
+ [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

test CHANGED
File without changes
test CHANGED
@@ -579,3 +579,7 @@
579
579
 
580
580
 
581
581
  ```
582
+
583
+
584
+
585
+ SESSION使って回って取得するしかないですかね?

2

xwdc

2017/01/04 04:40

投稿

earnest_gay
earnest_gay

スコア615

test CHANGED
File without changes
test CHANGED
@@ -378,11 +378,11 @@
378
378
 
379
379
 
380
380
 
381
- define( 'CONSUMER_KEY', 'Dqncrr4OefS6cibdMzEUQpqIJ' );
381
+ define( 'CONSUMER_KEY', 'Dqncrr4Oexxxxxxxxxx' );
382
-
382
+
383
- define( 'CONSUMER_SECRET', '5gJ74RGM74niiwNOACzx3jxwWpqCqWQgq56y58KigMR1TbrT8d' );
383
+ define( 'CONSUMER_SECRET', '5gJ74RGxxxxxxxxxxxxxxxxxxxxxxxxx' );
384
-
384
+
385
- define( 'OAUTH_CALLBACK', 'http://dev.kazuch.com/create_account.php' );
385
+ define( 'OAUTH_CALLBACK', 'http://dev.xxxxx.com/callback.php' );
386
386
 
387
387
 
388
388
 

1

ewdef

2017/01/04 04:35

投稿

earnest_gay
earnest_gay

スコア615

test CHANGED
File without changes
test CHANGED
@@ -104,11 +104,11 @@
104
104
 
105
105
 
106
106
 
107
- define( 'CONSUMER_KEY', 'Dqncrr4OefS6cibdMzEUQpqIJ' );
107
+ define( 'CONSUMER_KEY', 'Dqncrr4Oexxxxxxxxxx' );
108
-
108
+
109
- define( 'CONSUMER_SECRET', '5gJ74RGM74niiwNOACzx3jxwWpqCqWQgq56y58KigMR1TbrT8d' );
109
+ define( 'CONSUMER_SECRET', '5gJ74RGxxxxxxxxxxxxxxxxxxxxxxxxx' );
110
-
110
+
111
- define( 'OAUTH_CALLBACK', 'http://dev.kazuch.com/callback.php' );
111
+ define( 'OAUTH_CALLBACK', 'http://dev.xxxxx.com/callback.php' );
112
112
 
113
113
 
114
114