質問編集履歴

3

タグ追加

2016/08/21 14:23

投稿

mao999
mao999

スコア111

test CHANGED
File without changes
test CHANGED
File without changes

2

タイトル修正

2016/08/21 14:23

投稿

mao999
mao999

スコア111

test CHANGED
@@ -1 +1 @@
1
- Node.jsでTwitterAPIのOAuthCould not authenticate you.
1
+ Node.jsでTwitterAPIのOAuthをしてCould not authenticate you.
test CHANGED
File without changes

1

ソースコードの修正

2016/08/21 14:19

投稿

mao999
mao999

スコア111

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  API_URL_ENCODED = encodeURIComponent(API_URL),
72
72
 
73
- CALLBACK = "https://ftm.pridact.com:8085/auth/twitter/callback",
73
+ CALLBACK = "https://127.0.0.1:8085/auth/twitter/callback",
74
74
 
75
75
  CALLBACK_URL_ENCODED = encodeURIComponent(CALLBACK),
76
76