twitter-api-typescript-sdk
twitter-api-typescript-sdk copied to clipboard
connection_status is missing from user object
One line summary of the issue here.
Expected behavior
connection_status is available
Actual behavior
connection_status is missing from user object
Steps to reproduce the behavior
Having the same issue. "connection_status" is missing in type definition. However, endpoint actually works (though the connection_status entry is ommited in the reseponse if there is no connection between the two accounts.
I'm looking for this too! Did anyone figure this out?
I'm looking for this too! Did anyone figure this out?
@fm2055 Indeed, actually the Twitter documentation needs update too, seems like some people have no idea how connection_status actually works
@tansanDOTeth I'm able to solve this by pushing a contribution in unofficial SDK https://github.com/PLhery/node-twitter-api-v2/pull/520
Maybe moving to unofficial SDK is best option for now since @PLHery actively maintain the SDK.
I'm looking for this too! Did anyone figure this out?
@fm2055 Indeed, actually the Twitter documentation needs update too, seems like some people have no idea how
connection_statusactually works @tansanDOTeth I'm able to solve this by pushing a contribution in unofficial SDK PLhery/node-twitter-api-v2#520
Thank you!!