I can get information about all users using
https://api.twitter.com/1/account/verify_credentials.json
But I want to get only ID using api
How to get it.
I do not want to extract from all credentials.
I need facebook url
https://graph.facebook.com/me?fields=id
It returns only the ID.
Thanks.
The closest Twitter comes to something like the GET friends/ids endpoint, which will return a list of friend identifiers for a given Twitter user.
GET friends/ids
Details here: https://dev.twitter.com/docs/api/1.1/get/friends/ids
Source: https://habr.com/ru/post/1480072/More articles:Using SUM to find the total amount in columns and then group - mysqlSkip array in PHP - phpWhy can't I use the << << operator in the return statement? - c ++Take multiple photos using MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA - androidERROR: Error installing mysql: ERROR: Failed to create native gem extension - mysqlHow to add querySelectorAll () function to Element for IE <= 7? - javascriptBootstrap daterangepicker chose start date + 30 days as maxDate - javascriptIncomplete java byte code - javaList of setParameterList with huge data - javaRestler: complex object types as parameters - phpAll Articles