It depends on what you are trying to do, but in most cases you do not need to know this information explicitly because authToken will take care of fixing these issues for you if you use the default URLs using the API. But in the interest of providing an answer in case you really need to know this:
- After authenticating the user, simply request some information, such as a list of blogs, and you will be able to extract the identification number from your choice from several places in the response.
- Not really, except that you use a username during login. Otherwise, you need to use either the default, assuming active
authToken , or an ID to link to specific Blogger user content.
source share