What google image can I use in my site for "Login with google" - authentication

I am building a web application and I need it to have facebook and google authentication, but I can't find information about the use of google's policies for brand image use for this case.
For facebook I found this:
https://www.facebook.com/brandpermissions/logos.php
but I can't find a similar page for google's brand image, all I found was this:
http://www.google.com/+/business/brand-guidelines.html
but they don't talk about login.
Thank you very much in advace for your help

Here are the specific buttons and branding guidelines for sign-in buttons:
https://developers.google.com/identity/branding-guidelines

Related

share a link on linkedin by api in php

I am developing an application, where I have to share link on social media. I got working on facebook, twitter and google, But could not found how to share a link on linkedin.
My facebook url is like
http://www.facebook.com/sharer.php?u=http://mysite/ad-24.html
Is there any way api or tool to share post on linkedin site.
Thanks
A bit late to the party but here's how you can do right now.
https://www.linkedin.com/shareArticle?mini=true&url=https://stackoverflow.com
More info at https://developer.linkedin.com/docs/share-on-linkedin
and go to Customized URL tab.

Google+ and LinkedIn share link for mobile application

I am trying to an implement stack of social buttons for mobile application. I got mobile links for Facebook and Twitter but I am not getting right link for LinkedIn and Google+ apps. Currently I have link http://m.linkedin.com/shareArticle?mini=true&url=www.example.com but I think this links does not work properly and it shows webpage instead of big login box like twitter and facebook. Can someone please help me to get correct links for google+ and Linkedln?
LinkedIn URL Format:
https://www.linkedin.com/sharing/share-offsite/?url={url}
Source: Official LinkedIn Documentation for Sharing.
Google+ Format:
Probably not useful anymore. Google+ has discontinued. Source: Google+ Blog.

Changing the profile picture of google from my website

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

Sign In With Twitter

Looking at this site http://www.thefancy.com/ and clicking the Sign up button followed by the Twitter option it brings up a window for Twitter Login.
I assume this is the JS approach to Twitter login in a similar fashion to Facebooks.
On my site I have already implemented Connect With Facebook (using JS) and to keep my site consistent I would like to know how to do this using Twitter's Sign On service.
Does anyone have any useful advice or links to help me with this - I can only find guides that take the user to Twitter's website during login and then back again to mine which is not what I want.
Many thanks
EDIT:
I did notice this on Twitter's site:
"Reminder: It is strongly discouraged to use OAuth 1.0A with client-side Javascript."
Why do Twitter recommend against using JS with OAuth while Facebook and Google are happy to go with it?
tHave you looked into Twitter OAuth? In order for Twitter to grand your site details, it has to redirect your users momentarily to twitter for them to verify this access. This link explains it a bit better: https://developer.twitter.com/en/docs/basics/authentication/overview/3-legged-oauth
Temboo simplifies the process of developing Twitter sign up (via OAuth). See here for details: https://live.temboo.com/library/Library/Twitter/OAuth/
Temboo doesn't have a JS library though, so you will have to use the REST API.
Full disclosure: I work at Temboo.

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/+/