Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Plus (+1) API - verified names?

Tags:

google-plus

Some profiles on Google Plus are verified. ( Just like twitter ) But unlike twitter, I couldn't find a way to retrieve the verified indication. I've scanned the API - but couldn't find it. ( https://developers.google.com/+/api/ )

Anyone tried to find / mess around with verified names?

Thanks.

like image 968
Evgeny Boxer Avatar asked Jan 09 '12 10:01

Evgeny Boxer


People also ask

What is the Google site verification API?

The Google Site Verification API is intended for developers who want to write applications or services that automate the process of verifying ownership of a site or domain.

How do I modify a user's Google site verification data?

You can use the Google Site Verification API to modify a user's Google site verification data. Users can only access certain Google services if their verification data shows that they are the owners of the particular website domain.

What is Google Plus API for developers?

Google Plus API for developers allows you to fetch public data from Google+. In this tutorial w3resource discusses an overview of Google Plus API, followed by detail tutorial of all the necessary steps one need to perform to successfully fetch public data from Google+.

What can I do with the API for user verification?

Users can only access certain Google services if their verification data shows that they are the owners of the particular website domain. You can use the API to generate verification tokens for authenticated users, which your code can place in various ways on your websites or domain records on their behalf.


1 Answers

Verification status is not something that's available via the REST API.

You may want to request it in the API's issue tracker.

like image 105
mimming Avatar answered Dec 28 '22 09:12

mimming