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

OAuth.io with Angular 4 and nodejs

I am writing my first OAuth.io authentication-based application but am struggling to understand how to get started. I have read a lot of the documentation on the OAuth.io site but it is still not clear to me. Essentially, I would like nodejs to…
serlingpa
  • 12,024
  • 24
  • 80
  • 130
0
votes
1 answer

OAuth.io server-side doesn't refresh Google token

At first please do not mark this as duplicated as this is related to server-side (PHP) and not to client-side as other posts. I'm trying to refresh the token for Google API through Oauth.io. I followed this and many other posts but no luck.…
Strabek
  • 2,391
  • 3
  • 32
  • 39
0
votes
3 answers

How to implement OAuth.io using Ionic Framework for LinkedIn?

I have created the LinkedIn app and retrieved the client id and client_secret. Now inside the integrated api of OAuth.io created an api and have added the keys and permission scope. I want to run this project using Ionic Framework. What should be…
Himanshu K
  • 224
  • 1
  • 6
  • 17
0
votes
1 answer

oauth.io invalidArgument error

I am attempting the following request: OAuth.popup('google').done(function(google) { google.post('/gmail/v1/users/me/labels', { data: JSON.stringify({ userId: 'me', label: { …
0
votes
1 answer

Phonegap Oauth.IO Android InAppBrowser Shows localhost after successful login

I am building an Android App, using Phonegap. I have included oauth.io and have configured twitter / google+ and facebook logins. I have included : OAuth.initialize('ACTUAL PUBLIC KEY'); in the device ready event. I have written the same function,…
Ari
  • 1
  • 1
0
votes
1 answer

OAuth Popup in Ember.js error

I create a simple ember.js app with the newest ember-cli. In a simple function I call: OAuth.initialize('my public key'); After that I execute the following code: OAuth.popup('twitter').done(function(twitter) { console.log(twitter); …
roosnic1
  • 21
  • 5
0
votes
1 answer

Cannot find hostname in file:/// error when using Ionic and OAuth.io

I am using Ionic and Oauth.io to perform authentication. If I run ionic serve and include the outh.js file in my index everything works good from the browser. But when I run ionic run ios or install the app in android, I get the following error when…
po5i
  • 548
  • 5
  • 19
0
votes
1 answer

feedly sandbox and oauth.io

A big thanks to the OAuth.io team for all of the efforts towards providing a easy to deploy solution for OAuth. I just tried to integrate the feedly sandbox key and secret (found here) in order to test the integration of said API. I have gotten…
0
votes
1 answer

OAuth popup redirects to localhost and closes instantly - Phonegap

I am trying to integrate twitter with my PhoneGap app, but for some reason my oauth pop up seems to appear for a second with the correct link to twitter, but then change to localhost and just close down. I have included
0
votes
1 answer

oauth.io server - how to enable auth user info

I've set up Oauth.io server to point to the endpoint running on my own WordPress install which has the WP-Oauth plugin installed. However, the "Auth User Info" flag in oauth.io is disabled, and the JS call to either result.me() or result.get("/me")…
BlakeyUK
  • 83
  • 1
  • 9
0
votes
1 answer

oauth.io node sdk - dynamic provider

I'm using the oauth.io node sdk for server side authentication and I want to authorise multiple providers on my app, I'm just wondering if there is a way of doing it without having to create a separate endpoint for each one. Something like this is…
user1803975
  • 345
  • 1
  • 4
  • 14
0
votes
1 answer

Error in oAuth.io for Fitbit authentication

I am getting the error Unexpected token u code: InternalError message: Unexpected token u in web view when I hit the request for authentication
Ujjwal Khatri
  • 716
  • 1
  • 6
  • 19
0
votes
1 answer

Linkedin API - OAuth.io

I'm developing an application that uses the Linkedin API. Php for the back-end. I used the library OAuth.io (SDK) and their service but I have a problem: I can't publish an update on linkedin. I used the syntax provided by SDK with the correct…
Claudio
  • 45
  • 1
  • 1
  • 9
0
votes
1 answer

Phonegap build app with oauth.io, not working

I'm trying to get the OAuth.io system working in my app. I normally develop my apps in my browser first, and then port them over into the Android/iOS apps, using Phonegap Build. Here is the JS I'm using: (I've downloaded oauth.min.js, and am…
Andrew Newby
  • 4,941
  • 6
  • 40
  • 81
0
votes
1 answer

Using the OAuth.io JS library to get a personal feed from LinkedIn gives a 403 Forbidden Error

I'm using OAuth.io to authenticate and get the feeds of a number of services, most are working well but I'm having problems with the LinkedIn feed. I have the service's oauth tokens stored server side so I create the OAuth object with the prior…
chrisgooley
  • 774
  • 1
  • 7
  • 16