How's it going! Before starting to develop today's post, it is important to start with the definition of an ID to have everything clear and know what we are talking about. Well, an ID is a identifier, unique, that each user has on the various social media platforms, it is something like a ID with a series of numbers that belong exclusively to one person.
Although of course, in database and programming issues as it is in this case, this ID is also refers to fanpages, photos, videos, comments, fans and others that are treated as «their «. We will focus on User ID.
Now, know your ID on social networks It is important, because there will be times when you use an application that will ask you to enter your user ID, or if you are a programmer it will also be useful to know it to develop apps, uses and reasons for an ID there are many.
How to know my ID on Facebook, Twitter and Google+
1. Facebook ID
> If you don't have a custom URL, go to your profile and copy the numbers that are in the URL:
https://ww.facebook.com/propfile.php?id=35416598128459
> But if you already have your custom user URL, you can use the following tool that I developed that will allow you get your ID just by typing your username.
https://www.facebook.com/
What the previous tool does is equivalent to the following manual action of resorting to the structure of facebook graph, in order to obtain your account details. It is done like this:
http://graph.facebook.com/camachomarcelo
Just replace «camachomarcelo»By your username, paste and open that URL in the browser.
2. Twitter ID
The recent Twitter API makes it somewhat difficult to obtain our ID manually, however there are various web tools that do facilitate it, such is the case of Get Twitter ID, where it is enough to write our username.
As can be seen, in addition to our user ID, it shows our profile photo, the total number of followers and the number of tweets we have published.
3. Google Plus ID
> As in the case of Facebook, if you don't have a custom user URL, your ID corresponds to the series of numbers that appear in the URL in the address bar.
https://plus.google.com/117454897866398658294/ posts
> Otherwise, use the Google+ API by entering Google API Explorer and place the data as seen in the following capture:
Once the request is executed, your Google+ ID in the «response» section.
That is all! Remember that in addition to knowing your user ID, you can do it to know the one of your pages.
+1, likes and tweets are appreciated 