Retrieving a user’s public google/gmail picture

Is very easy http://picasaweb.google.com/data/entry/api/user/<hereYourUserIdOrYourEmail>?alt=json just has a little problem. You only can get the picture of your Google+ profile, not directly from your gmail. UPDATE: This API is being deprecated and will be turned down in January 2019. Migrate to Google Photos Library API as soon as possible to avoid disruptions to your application. More … Read more

New Google Now and Google+ card interface

I have posted a tutorial on how to replicate / create Google Cards style layout here. Key steps Create a custom layout Add observer for drawing children Animate alternating cards Heres a code snippet @Override public void onGlobalLayout() { getViewTreeObserver().removeGlobalOnLayoutListener(this); final int heightPx = getContext().getResources().getDisplayMetrics().heightPixels; boolean inversed = false; final int childCount = getChildCount(); for … Read more

Keep getting a “Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup” when attempting to google plus login on my web app

I too ran into the same error – “Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup”. I went and checked my google developer console under APIs for the project associated with the API key/ auth key, eg, https://console.developers.google.com/project/<your app id>/apiui/api. The status for Google+API was set to OFF. I turned it ON. I … Read more

Social Share Links with Custom Icons [closed]

Social link URL’s Twitter https://twitter.com/intent/tweet?text=[TEXT] Facebook http://www.facebook.com/share.php?u=[URL]&title=[TITLE] StumbleUpon http://www.stumbleupon.com/submit?url=[URL]&title=[TITLE] Delicious http://del.icio.us/post?url=[URL]&title=[TITLE]]&notes=[DESCRIPTION] Linkedin http://www.linkedin.com/shareArticle?mini=true&url=[URL]&title=[TITLE]&source=[SOURCE/DOMAIN] Technorati http://technorati.com/faves?add=[URL]&title=[TITLE] Tumblr http://www.tumblr.com/share?v=3&u=[URL]&t=[TITLE] Reddit http://www.reddit.com/submit?url=[URL]&title=[TITLE] Google Bookmarks http://www.google.com/bookmarks/mark?op=edit&bkmk=[URL]&title=Social Share Links with Custom Icons [closed]&annotation=[DESCRIPTION] Evernote http://www.evernote.com/clip.action?url=[URL]&title=[TITLE]

Google OAuth API to get user’s email address?

Update: December 2018 On December 20th, Google announced that the Google+ API would be turned down in March 2019, with intermittent failure starting at the end of January 2019. As part of the the plus.people.get endpoint is deprecated and scheduled to be terminated. The userinfo endpoint is de-deprecated (see clarification) and should provide the info … Read more

How to post in Google+ wall

Well, Google+ doesn’t have a “wall,” it has “Streams.” The proper term might help you find better search results. Either way, unless you’re a Google partner, the news isn’t good: The API is currently limited to read-only access. From the API website: Note: The Google+ API currently provides read-only access to public data. All API … Read more

Getting Google+ profile picture url with user_id

Google had changed their policy so the old way for getting the Google profile image will not work now, which was https://plus.google.com/s2/photos/profile/(user_id)?sz=150 New Way for doing this is Request URL https://www.googleapis.com/plus/v1/people/115950284…320?fields=image&key={YOUR_API_KEY} That will give the Google profile image url in json format as given below Response : { “image”: { “url”: “https://lh3.googleusercontent.com/-OkM…AANA/ltpH4BFZ2as/photo.jpg?sz=50” } } More … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)