Changing the profile picture of google from my website - google-plus

I have website where i enabled login by Google+ using OAuth 2. Is this possible to change the profile picture of Google from my website once he get login?
Thanks in Advance

Hmm.. ya it can be possible if your site use application which uses Google Apps-Profiles-Data-API. This Profile data api allow update status. But you must authorize the app.
yo can find more more here-
Profile data API

Related

How can I create OAuth based login with Open AI api?

I'm trying to build an app using GPT3 APIs and would like users to login to the app using OpenAI's credentials so as to use their account for GPT3 APIs requests, however there is no support for 3rd party login so far in Open AI's documentation. Anyone has ideas on how this can be done?
As far as I'm concerned Open ai does not have an oauth API like Google (for example). The only idea that occurs to me is to ask the user for their Open ai Api key and make the requests through that key

How to write/read a message from Google Drive text file with Email Id and Password from ASP.Net Application

I want to read/write some content to Google Drive Programmatically from a ASP.NET MVC Application. Here i want to use Email ID and Password as hot coded instead of navigating user to authentication page.
I looked at some examples, all are redirecting user to Google authentication page. But My requirement is to use a fixed Google user account.
You can no longer use username/password for authentication. Just let go of it.
You can use the steps in the answer here How do I authorise an app (web or installed) without user intervention? (canonical ?) to achieve what you are looking for

How to create a google site page that will not let you see the google website until a secret password is answered?

Is it possible to create a google sites page that has an initial page with a password box. Once the password has been submitted via that page and it is confirmed to be correct, the rest of the site will open?
How would one go about this ?
Thanks in advance,
Happy Holidays.
Google sites has an ACL where you can share the site with any user that has a Google ID. Users that want to use another id can link any email address to a Google id.
With a lot of app script you could create your own authentication scheme, but why would you want to do that? I cannot think of any use case that would worth it to build your own authentication scheme.

Create a Google+ application

I am interested in creating a Google plus application.But I come to know that Google haven't released its api yet.Then How these guys are creating Google plus applications?
http://startgoogleplus.com/
https://chrome.google.com/webstore/detail/egmjfgoffglfaiieliagnianjiohfnhf?hl=en-US&hc=search&hcp=main
Thanks in advance.
The second one looks like the only thing it does is to allow you to access the mobile version through desktop browser, so my guess is that is "faking" the the User Agent of a mobile browser to cheat Google+.
The first one, if it just imports the photos from Facebook and adds them to Google+ it may be using the Picasa api, since it's where Google+ stores the pictures.
Even if you cannot access Google+ api just yet you can use the other Google ones to "influence" what you get in Google+. Just be creative :)
The API has now been announced at: http://googlecode.blogspot.com/2011/09/getting-started-on-google-api.html and the official homepage is: http://developers.google.com/+/

How can I login into my asp.net website using gmail account?

I have an asp.net website with login form and I want every visitors can able to login into my website using their gmail account....
Is there any one who can assist me on this or send some examples for the same?
Thanks
Hitesh
You are looking for OpenID. See http://www.fryan0911.com/2010/09/use-google-openid-authentication-in.html.
Gmail uses a technology called 'open ID'.
I suggest you use a service like Janrain
and they will take care of the open ID implementation for you.