質問編集履歴

3

2017/09/19 04:12

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Golangのanacondaでaccess_token取得したい
1
+ Golangのanacondaでユーザー認証をしたい
test CHANGED
@@ -1,6 +1,4 @@
1
- [anaconda](https://github.com/ChimeraCoder/anaconda)を使って、access_token取得て、処理をしたいです。
1
+ [anaconda](https://github.com/ChimeraCoder/anaconda)を使って、ユーザー認証をした上で処理をしたいです。
2
-
3
- 要は他人のアクセストークンを取得して動くようにしたいということですかね。
4
2
 
5
3
 
6
4
 

2

コンシューマー\*をCK, CSとしました

2017/09/19 04:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -44,9 +44,9 @@
44
44
 
45
45
  //twitter for iOSのコンシューマーキーです
46
46
 
47
- ConsumerKey = "IQKbtAYlXLripLGPWd0HUA"
47
+ ConsumerKey = "CK"
48
48
 
49
- ConsumerSecret = "GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU"
49
+ ConsumerSecret = "CS"
50
50
 
51
51
  )
52
52
 

1

説明を付与しました

2017/09/18 16:21

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,8 @@
42
42
 
43
43
  var (
44
44
 
45
+ //twitter for iOSのコンシューマーキーです
46
+
45
47
  ConsumerKey = "IQKbtAYlXLripLGPWd0HUA"
46
48
 
47
49
  ConsumerSecret = "GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU"