Questions tagged [oauth.io]

OAuth.io is an API for 100+ OAuth providers. OAuth.io is a hosted version of oauthd, the open source OAuth daemon and provides an easy and simple web interface for developers to configure and consume their various OAuth providers in a unified way.

OAuth.io is an API for 100+ providers. OAuth.io is a hosted version of oauthd, the open source OAuth daemon and provides an easy and simple web interface for developers to configure and consume their various OAuth providers in a unified way.

Main Features:

  • Compatible with 100+ OAuth provider (Facebook, Google, etc)
  • Web & Mobile easy integration
  • fluent API
54 questions
0
votes
1 answer

Getting a refresh token from OAuth.io through REST API

I'm trying to get a refresh token for Google through Oauth.io but I'm having trouble finding the endpoint to send the code to. I'm using C# so I can't use the server-side SDK. I've also looked at Getting refresh tokens from Google with OAuth.io but…
Ben
  • 764
  • 4
  • 19
0
votes
1 answer

Verify oauth.io facebook access token

I am using oauth.io to handle authentication in an Android app. I login using the service and then pass the access token to the server. As part of the server-side verification, I make a call to…
mattherman
  • 456
  • 4
  • 15
0
votes
1 answer

Cross browser request from Chrome Extension with OAuth.io

I'm using OAuth.io to authenticate to Twitter from a Chrome Extension. I've add the following to my manifest.json: "externally_connectable": { "matches": ["https://oauth.io/*"] }, I added the Gmail domain to the app in Oauth.io: I get…
brandonhilkert
  • 4,205
  • 5
  • 25
  • 38
0
votes
1 answer

Integrating Oauth.io in to a React Chrome Extension

I have a button that I'm using in a Chrome extension to connect to Twitter. When I click connect using the following code: OAuth.popup('twitter').done(function(result) { console.log(result) }, function(result) { debugger }); The window pops up…
brandonhilkert
  • 4,205
  • 5
  • 25
  • 38
0
votes
1 answer

Oauth.io Fitbit request not working after relaunching app

I am able to request Fitbit data using Oauth.io service but only as long as the app is running. Once the app relaunches the request call no longer works. Does the Fitbit token and secret need to be saved and retrieved after the app is launched ?…
Joe
  • 21
  • 3
0
votes
0 answers

Data not displaying in AngularJS ng-repeat with Twitter API

I've implemented twitter API 1.1 and am calling GET friends/ids. This works fine, and logs to the console without problem. However, I cannot get my data to display in my repeating group. Also, using oauth.io HTML
0
votes
1 answer

Using OAuth.io iOS library to log into FitBit snag

following OAuth.io simple two lines OAuthIOModal *oauthioModal = [[OAuthIOModal alloc] initWithKey:PublicKey delegate:self]; [oauthioModal showWithProvider:@"fitbit"]; throws up the web view, with the proper FitBit page. YAY I fill in the email &…
Roy Lovejoy
  • 141
  • 6
0
votes
1 answer

Querying Tumblr Tags through OAuth.io Unauthorized

I'm getting a 401 unauthorized error { "meta": { "status": 401, "msg": "Not Authorized" }, "response": [] } when trying to load Tumblr tags through OAuth.io as follows: OAuth.popup('tumblr', {cache:true}).done(function(api) { …
nicholas
  • 14,184
  • 22
  • 82
  • 138
-2
votes
2 answers

oauth.io linkedin gives 403 error, when the same code used to work fine

Looks like Linkedin or oauth.io changed something recently. Used to connect fine, and now it's giving an 403 error. Checked also on the oauth.io site with my app settings, and it gives the same error when trying to connect using the "Try Oauth"…
eyal_katz
  • 1,111
  • 10
  • 17
1 2 3
4