回答編集履歴
1
タイポ修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
* webサイト上でのログイン認
|
1
|
+
* webサイト上でのログイン認証は、通常のTwitterAPI利用とは少し異なり「OAuth認証」を実装することになります
|
2
2
|
|
3
|
-
*
|
3
|
+
* OAuth認識については、公式ドキュメントの日本語訳例(2015と少し古いですが): https://syncer.jp/twitter-api-matome/get/account/verify_credentials
|
4
4
|
|
5
5
|
* pythonでの実装例: https://www.lisz-works.com/entry/twython-oauth1-tweet
|