如何使用在Twitter API中获取帐户/设置?

时间:2017-05-16 04:33:32

标签: api twitter

如何使用在twitter API中获取帐户/设置,不喜欢其他功能,此功能没有参数(如screen_name),以及如何对用户进行说明并返回spectify帐户设置?

Get account/settings in twitter API

1 个答案:

答案 0 :(得分:0)

请求对于经过身份验证的用户是隐式的。

Requires authentication?    Yes (user context only)

因此,您无需提供参数,因为您只能将其称为自己。如果您正确signing requests,则只需工作。