有没有办法通过 API v2 在 Tweepy 中查找友谊?
Is there any way to lookup friendship in Tweepy via API v2?
有没有办法使用类似的方法,但使用 API v2(客户端 class)?
我用了这个方法
https://docs.tweepy.org/en/stable/api.html#tweepy.API.lookup_friendships
API.lookup_friendships()
但现在我需要迁移到 API v2
Twitter API v2 中还没有等效端点。
可以参考推特API文档中的Twitter API endpoint map
它为 GET friendships/lookup 说“[即将推出]”,Twitter API 端点 API.lookup_friendships
使用,.
有没有办法使用类似的方法,但使用 API v2(客户端 class)?
我用了这个方法 https://docs.tweepy.org/en/stable/api.html#tweepy.API.lookup_friendships
API.lookup_friendships()
但现在我需要迁移到 API v2
Twitter API v2 中还没有等效端点。
可以参考推特API文档中的Twitter API endpoint map
它为 GET friendships/lookup 说“[即将推出]”,Twitter API 端点 API.lookup_friendships
使用,.