twitter-api-typescript-sdk icon indicating copy to clipboard operation
twitter-api-typescript-sdk copied to clipboard

connection_status is missing from user object

Open fzn0x opened this issue 1 year ago • 5 comments
trafficstars

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

connection_status is missing from user object

fzn0x avatar Mar 11 '24 00:03 fzn0x

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.

fm2055 avatar Mar 19 '24 09:03 fm2055

I'm looking for this too! Did anyone figure this out?

tansanDOTeth avatar Mar 24 '24 12:03 tansanDOTeth

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

fzn0x avatar Apr 09 '24 17:04 fzn0x

Maybe moving to unofficial SDK is best option for now since @PLHery actively maintain the SDK.

fzn0x avatar Apr 09 '24 17:04 fzn0x

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 PLhery/node-twitter-api-v2#520

Thank you!!

tansanDOTeth avatar Apr 11 '24 03:04 tansanDOTeth