Twitter apiへ接続ができない。

10 visualizaciones (últimos 30 días)
K.S.
K.S. el 9 de Feb. de 2022
Comentada: K.S. el 12 de Feb. de 2022
現在MATLAB 2021bのDatafeed toolbox にあるtwitter関数を利用してapiにアクセスしようと試みています。
onsumerKey='x';%sorezore developper アカウントで入手した文字列を入力
ConsumerSecret='xx';
AccessToken='xxx';
AccessTokenSecret='xxxx';
c=twitter(ConsumerKey,ConsumerSecret,AccessToken,AccessTokenSecret)
結果として以下が出力
c.MetaData.errors.messageは以下
You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve
アクセス権限をElevatedにする必要があるとのことなので、権限を以下のように変更。
上記にして再度各種キーとトークンを生成しても
Forbidden
の状況は変わりませんでした。
どのように設定を行えばよろしいでしょうか?

Respuesta aceptada

Hernia Baby
Hernia Baby el 9 de Feb. de 2022
Editada: Hernia Baby el 9 de Feb. de 2022
TwitterのAPI利用にはTwitterに対して申請が必要です。
検索したリンクを以下に貼りますので、よろしければご参考願います。
  2 comentarios
K.S.
K.S. el 11 de Feb. de 2022

ありがとうございます! 現時点ではまだお示しの権限変更を行ったあとの接続に関しては試せておりませんが、試した後に再度報告いたします。

K.S.
K.S. el 12 de Feb. de 2022
無事以下のようにアクセスが可能になりました。非常に助かりました。ありがとうございます。

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!