I am fetching google contacts in my app.
As i took the reference from following links:
https://tush.wordpress.com/2014/07/15/android-google-contact-api-3-0-example/
How to get gmail user's contacts?
But now Google is adding security so when i am trying to fetch contacts its showing me warning that "Authorization requests in embedded browsers will be blocked soon".
if i am adding the code which provided in the google docs i.e. https://developers.google.com/google-apps/contacts/v3/#retrieving_all_contacts then i am getting error that "No authorization header added".