i’m so sorry.
Maybe there are mistakes on the question above because of my poor english.
i mean that the http method parametre needed by the retweets API is “post”,not “get”.
when i test the API in my project with the http method parametre “get” as descriped in the API document, the http request returns error as follow:
"{“errors”:[{“code”:86,“message”:“This method requires a POST”}]}"
Actually, the retweets API needs “post” as http method parametre,
am i right?
if so, please update the API document.Thanks a lot.