Get Twitter userId using twitter api -
i can able users details using
https://api.twitter.com/1/account/verify_credentials.json
but want id using api
how obtain that.
i dont want extract total credentials.
i want facebook url
https://graph.facebook.com/me?fields=id
it returns id.
thanks.
the closest twitter comes get friends/ids endpoint, return list of friend ids given twitter user.
details here: https://dev.twitter.com/docs/api/1.1/get/friends/ids
Comments
Post a Comment