Access Gmail mails using oauth 2.0 [duplicate] - oauth

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Get OAuth access to GMail?
I want to create an application which can access gmail mails of others using google oauth 2.0, is it possible with this, or should i use any other.

Yes, according to this article and this blog post, as of September 2012 you can use OAuth 2.0 to access Gmail over IMAP/SMTP and XMPP.

Related

Is it possible to use firebase authentication to access google apis? [duplicate]

This question already has answers here:
User Google Api with Firebase auth
(2 answers)
Is it possible to add events to a user's google calendar (via my server) after some event in my application?
(1 answer)
Closed 2 months ago.
So I'm writing an iOS app and I need it to interface with google sheets. I am able to get my app to be able to be logged into with google through firebase. However, previously, when I made the android version of the app, I didn't use firebase. Is there a way to use the firebase credential to create the google sheets service for iOS? Thanks!!

iOS Login with Twitter [duplicate]

This question already has an answer here:
Is it possible to login in twitter within an iOS app and not use the twitter account that is stored in the settings of the device?
(1 answer)
Closed 8 years ago.
I am developing an iOS 7 application that allows users to connect to their Twitter accounts. Should I follow the same process as creating a Facebook application and register it ? Is there any SDK that allows to authenticate via Twitter ?
You can either use the Twitter account defined by the user in iOS Settings, or register your own Twitter application on https://apps.twitter.com/.
You can use the third-party library STTwitter in both cases.

How to post message to google plus like Facebook? [duplicate]

This question already has answers here:
Google plus API for posting on wall like Facebook
(3 answers)
Closed 9 years ago.
How to post text message to google plus wall using google plus api access token ?
I need to use multiple user login to google plus.
You need to use Google+ API. Here's the link to the wrapper for iOS.

Get google analytics API data without requiring login [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
OAuth 2.0 with Google Analytics API v3
I've been reading loads of pages about the Google API today and how it requires Oauth2.0
The documentation on Google's own site is useless and keeps sending you round in circles so I'm hoping somebody here might be able to help.
I'm trying to build a simple test webpage (on http ://localhost) which takes data from the Analytics API, always from the same account.
So, I have an API key and would like to get data from this 1 account without requiring users of my site to login (they wouldn't be able to do that anyway, it's my account).
So, is there a way to authenticate my app on localhost programatically via HTTP or something. It seems like I shouldn't need to use Oauth unless my users were accessing their own accounts?
Looks like this is only possible if you get some user to log in first and use a "refresh token", as per the link posted by Jan above

how to Import contacts via gmail in rails? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Issues in fetching address book to fetch Gmail, Yahoo, Hotmail, Twitter and Facebook contact list in Ruby on Rails
I'm creating an app that people can add their friends to and I want to help them find them via gmail (like that facebook, twitter or foursquare do). I saw the google api for it and im pretty convinced that I need the "Portable Contacts API". My question is how do I do that in Rails?
You could use OmniContacts: https://github.com/Diego81/omnicontacts
Diego
You can take a look at:
https://github.com/glennfu/contacts
You should be able to import Yahoo, Gmail, Hotmail, AOL and Plaxo.

Resources