redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
238 stars 65 forks source link

Getcomment content API #372

Open 3penguinW opened 2 years ago

3penguinW commented 2 years ago

Hi , I am trying to retrieve the comments for my posts and load it to my app(not just the count of comment). I've tried many method and still failed. Is there anyway to implentment that. Best regards pp

image

redouane59 commented 2 years ago

Did you try to use the conversation_id parameter ? See : https://developer.twitter.com/en/docs/twitter-api/conversation-id (by the way I think your question is more for the Twitter API team, not so much related to this library)

3penguinW commented 2 years ago

I have tried these Offical APIs and returned 401 . Have you encountered this situation before image image

redouane59 commented 2 years ago

Strange, can you make sure that all your credentials are OK ? If you face the same problem inside swagger, then the problem is not related to my library.