https://publish.twitter.com/oembed と https://api.twitter.com/1/statuses/oembed.json...
https://publish.twitter.com/oembed と https://api.twitter.com/1/statuses/oembed.json について
Twitterでテキストと画像を一緒に投稿するZendServiceTwitterを使って、ユーザーのメールアドレスを取得したいtwitterで話題のツイートを取得するapiなどあるのでしょうか?Tweepyを使ってTwitter APIから草津県のツイートの情報を収得したいTwitter APIで取得できるツイートは何日前までですか?Twitterのタイムライン収集を行うPythonの関数の動かし方TwitterにおけるログインフォームのCSSについてTwitter APIを利用した同時Tweetについてapi.twitter.com にアクセスすると“Not authorized to use this endpoint.”とエラーがでますTwitter Rest APIのアクセストークンの再取得は必要でしょうか?
GET statuses/oembed へのリクエストURLとして、2通りあり、何れでアクセスしても期待した結果を取得できるのですが、両者の違いは何ですか?
・上の方が新しくて、下の方が古い?
・この件に関して言及しているページはどこかにないですか?(いつまでサポートするとか、そう言った情報があれば知りたいのですが…)
https://publish.twitter.com/oembed
https://api.twitter.com/1/statuses/oembed.json
コメント追加 |
GET statuses/oembed へのリクエストURLとして、2通りあり、何れでアクセスしても期待した結果を取得できるのですが、両者の違いは何ですか?
・上の方が新しくて、下の方が古い?
・この件に関して言及しているページはどこかにないですか?(いつまでサポートするとか、そう言った情報があれば知りたいのですが…)
https://publish.twitter.com/oembed
https://api.twitter.com/1/statuses/oembed.json
コメント追加 |
GET statuses/oembed へのリクエストURLとして、2通りあり、何れでアクセスしても期待した結果を取得できるのですが、両者の違いは何ですか?
・上の方が新しくて、下の方が古い?
・この件に関して言及しているページはどこかにないですか?(いつまでサポートするとか、そう言った情報があれば知りたいのですが…)
https://publish.twitter.com/oembed
https://api.twitter.com/1/statuses/oembed.json
GET statuses/oembed へのリクエストURLとして、2通りあり、何れでアクセスしても期待した結果を取得できるのですが、両者の違いは何ですか?
・上の方が新しくて、下の方が古い?
・この件に関して言及しているページはどこかにないですか?(いつまでサポートするとか、そう言った情報があれば知りたいのですが…)
https://publish.twitter.com/oembed
https://api.twitter.com/1/statuses/oembed.json
質問日時: 1時間前
re9re9
2,786845102
2,786845102
コメント追加 |
コメント追加 |
2 件の回答
2
アクティブ
古い順
票
https://api.twitter.com/1/statuses/oembed.json はTwitter REST API v1であり、2013/6/11に廃止されています。web.archive.orgに残るドキュメントページも。
リンク提示ありがとうございました。別途ご回答いただいたように、 ”publish.twitter.com”を使用した方が良さそうですね
– re9
12分前
コメント追加 |
公式ドキュメントには https://publish.twitter.com/oembed が記載されていますし、https://api.twitter.com/1/statuses/oembed.json を使った場合エラーになる質問も英語版Stackoverflowで見つかりました。
(回答に対して返答がないため、URLが原因だったとははっきり言えないのですが…。)
https://stackoverflow.com/questions/28634341/statuses-oembed-of-twitter-rest-api-v1-1-returns-errors-message-sorry-t
https://api.twitter.com/1/statuses/oembed.json を使わねばならない理由がないのであれば https://publish.twitter.com/oembed を使うべきでしょう。
コメント追加 |
回答
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "581"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "提供: u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
登録またはログイン
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Google を使用して登録
Facebook を使用して登録
メールアドレスとパスワードで登録
ゲストとして投稿
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fja.stackoverflow.com%2fquestions%2f53099%2fhttps-publish-twitter-com-oembed-%25e3%2581%25a8-https-api-twitter-com-1-statuses-oembed-j%23new-answer', 'question_page');
}
);
ゲストとして投稿
Required, but never shown
2 件の回答
2
アクティブ
古い順
票
2 件の回答
2
アクティブ
古い順
票
アクティブ
古い順
票
アクティブ
古い順
票
https://api.twitter.com/1/statuses/oembed.json はTwitter REST API v1であり、2013/6/11に廃止されています。web.archive.orgに残るドキュメントページも。
リンク提示ありがとうございました。別途ご回答いただいたように、 ”publish.twitter.com”を使用した方が良さそうですね
– re9
12分前
コメント追加 |
https://api.twitter.com/1/statuses/oembed.json はTwitter REST API v1であり、2013/6/11に廃止されています。web.archive.orgに残るドキュメントページも。
リンク提示ありがとうございました。別途ご回答いただいたように、 ”publish.twitter.com”を使用した方が良さそうですね
– re9
12分前
コメント追加 |
https://api.twitter.com/1/statuses/oembed.json はTwitter REST API v1であり、2013/6/11に廃止されています。web.archive.orgに残るドキュメントページも。
https://api.twitter.com/1/statuses/oembed.json はTwitter REST API v1であり、2013/6/11に廃止されています。web.archive.orgに残るドキュメントページも。
回答日時: 19分前
sayurisayuri
2.4万11953
2.4万11953
リンク提示ありがとうございました。別途ご回答いただいたように、 ”publish.twitter.com”を使用した方が良さそうですね
– re9
12分前
コメント追加 |
リンク提示ありがとうございました。別途ご回答いただいたように、 ”publish.twitter.com”を使用した方が良さそうですね
– re9
12分前
リンク提示ありがとうございました。別途ご回答いただいたように、 ”publish.twitter.com”を使用した方が良さそうですね
– re9
12分前
リンク提示ありがとうございました。別途ご回答いただいたように、 ”publish.twitter.com”を使用した方が良さそうですね
– re9
12分前
コメント追加 |
公式ドキュメントには https://publish.twitter.com/oembed が記載されていますし、https://api.twitter.com/1/statuses/oembed.json を使った場合エラーになる質問も英語版Stackoverflowで見つかりました。
(回答に対して返答がないため、URLが原因だったとははっきり言えないのですが…。)
https://stackoverflow.com/questions/28634341/statuses-oembed-of-twitter-rest-api-v1-1-returns-errors-message-sorry-t
https://api.twitter.com/1/statuses/oembed.json を使わねばならない理由がないのであれば https://publish.twitter.com/oembed を使うべきでしょう。
コメント追加 |
公式ドキュメントには https://publish.twitter.com/oembed が記載されていますし、https://api.twitter.com/1/statuses/oembed.json を使った場合エラーになる質問も英語版Stackoverflowで見つかりました。
(回答に対して返答がないため、URLが原因だったとははっきり言えないのですが…。)
https://stackoverflow.com/questions/28634341/statuses-oembed-of-twitter-rest-api-v1-1-returns-errors-message-sorry-t
https://api.twitter.com/1/statuses/oembed.json を使わねばならない理由がないのであれば https://publish.twitter.com/oembed を使うべきでしょう。
コメント追加 |
公式ドキュメントには https://publish.twitter.com/oembed が記載されていますし、https://api.twitter.com/1/statuses/oembed.json を使った場合エラーになる質問も英語版Stackoverflowで見つかりました。
(回答に対して返答がないため、URLが原因だったとははっきり言えないのですが…。)
https://stackoverflow.com/questions/28634341/statuses-oembed-of-twitter-rest-api-v1-1-returns-errors-message-sorry-t
https://api.twitter.com/1/statuses/oembed.json を使わねばならない理由がないのであれば https://publish.twitter.com/oembed を使うべきでしょう。
公式ドキュメントには https://publish.twitter.com/oembed が記載されていますし、https://api.twitter.com/1/statuses/oembed.json を使った場合エラーになる質問も英語版Stackoverflowで見つかりました。
(回答に対して返答がないため、URLが原因だったとははっきり言えないのですが…。)
https://stackoverflow.com/questions/28634341/statuses-oembed-of-twitter-rest-api-v1-1-returns-errors-message-sorry-t
https://api.twitter.com/1/statuses/oembed.json を使わねばならない理由がないのであれば https://publish.twitter.com/oembed を使うべきでしょう。
回答日時: 1時間前
ironsandironsand
1,31411547
1,31411547
コメント追加 |
コメント追加 |
スタック・オーバーフローを参加してくれて、ありがとうございます!
- 質問の回答を共有してください。回答を説明し、自分の検討結果も共有してください。
しかし、次の項目を 避けてください …
- サポートの要求、更なる説明、ほかの回答への返事。
- 意見を述べること(意見を述べるなら、参照リソース、自分の経験で意見をサポートしてください)
さらにサポートが必要な場合 このヘルプを参考してください。
登録またはログイン
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Google を使用して登録
Facebook を使用して登録
メールアドレスとパスワードで登録
ゲストとして投稿
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fja.stackoverflow.com%2fquestions%2f53099%2fhttps-publish-twitter-com-oembed-%25e3%2581%25a8-https-api-twitter-com-1-statuses-oembed-j%23new-answer', 'question_page');
}
);
ゲストとして投稿
Required, but never shown
登録またはログイン
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Google を使用して登録
Facebook を使用して登録
メールアドレスとパスワードで登録
ゲストとして投稿
Required, but never shown
登録またはログイン
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Google を使用して登録
Facebook を使用して登録
メールアドレスとパスワードで登録
ゲストとして投稿
Required, but never shown
登録またはログイン
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Google を使用して登録
Facebook を使用して登録
メールアドレスとパスワードで登録
Google を使用して登録
Facebook を使用して登録
メールアドレスとパスワードで登録
ゲストとして投稿
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown