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
1
vote
0 answers

Oauth.io Updating Request Object with New Access Token

I am using the Oauth.io phonegap-sdk for my Ionic app. I am having a problem updating my Oauth.io request object with a new access token. I am able to get the refresh token on the client side and I am able to successfully get a new access token…
1
vote
1 answer

Dedicated oauth2 libraries for Android

I am developing for WordPress on Android and I hope to access a users profile picture, name and authenticate the user to post comments on my app which is linked to my WordPress blog. I am looking for easy-to-implement dedicated oauth2 libraries that…
X09
  • 3,827
  • 10
  • 47
  • 92
1
vote
1 answer

How can I access the stormpath user account's custom data via Aouth.io API?

I have integrated OAuth.io User Management with Stormpath. I need to access custom data of stormpath's user account using Aouth.io's Android and iOS APIs. I am able to access user's firstname, lastname, email and id only but not custom data which I…
Bharat Dodeja
  • 1,137
  • 16
  • 22
1
vote
1 answer

Cannot load oauth.io (oauth.js) in firefox Extension

I have tried to load OAuth.io js file downloaded from https://github.com/oauth-io/oauth-js/tree/master/dist using Oauth = require("lib/oauth.min.js"); I got following error in debug console. console.error: test: Message: ReferenceError: window…
Valarpirai
  • 465
  • 3
  • 14
1
vote
1 answer

Fitbit Authorization with OAuth.io

I'm trying to use OAuth.io to allow users to connect their Fitbit to our application. Right now, I'm trying to see what information I can get from using the out-of-the-box Fitbit configuration using this code: $scope.connectFitbit = function() { …
EdR
  • 133
  • 1
  • 1
  • 8
1
vote
1 answer

Tumblr Feed using AngularJS and OAuth.io

I created an AngularJS app that displays my Tumblr dashboard. The issue I have is that there is not any data being returned in the browser. However, if I refresh the page and immediately navigate to a different tab before the page completes…
1
vote
2 answers

Not getting the response.summary.total_count value in the Facebook API

I am using www.oauth.io with javascript to connect to Facebook. I am trying to retrieve the number of friends for the person that logged in. I understand that recently Facebook changed their policy and it is not easy to get the friend list. Digging…
eyal_katz
  • 1,111
  • 10
  • 17
1
vote
1 answer

How can I get the access_token of the current login?

I am using the OAuth.io JavaScript client SDK to authenticate via GitHub. On authentication success I receive a GitHub access_token. I have also set cache: true so the user only gets the popup if they aren't already logged in. Because I have…
Micah Zoltu
  • 6,764
  • 5
  • 44
  • 72
1
vote
1 answer

oauthd not asking me to set a user/pass on first use

I'm trying to figure out the oauthd system ( https://oauth.io/docs/oauthd) , so I can do social media authentication on my own server, rather than using theirs (which seems to go offline a fair bit for me) Anyway, I've installed it, run init to…
Andrew Newby
  • 4,941
  • 6
  • 40
  • 81
1
vote
1 answer

Uploading media files and text status from javascript/Jquery twitter

How can i upload image and status both to twitter from client side only .I am using Oauth.io and Phonegap .If somebody know about this please reply me as soon as possible .
1
vote
1 answer

OAuth.io popup window closing immediately

I'm using oauth.io to handle authorization of users' Twitter accounts to pull data from the Twitter API. I use the code exactly as in the demo, inserting my public key and using 'twitter' as the provider: OAuth.initialize('key'); //OAuth.io public…
MDe
  • 2,478
  • 3
  • 22
  • 27
0
votes
0 answers

Linkedin OAuth2

I'm testing the usability of Oauth.io. Wokking with for example twitter goes well, but I can't get Linkedin Oauth2 to work. Get an 'internal error'. If I debug I find "Uncaught TypeError TypeError: Cannot read properties of undefined (reading…
0
votes
0 answers

how to post image from our application to linkedin post ? in c# Or in javascript

I am working on an asp.net MVC project and need to post image from application to LinkedIn.
0
votes
1 answer

OAuth serverless provider

I'm looking for OAuth serverless provider with: OAuth authentication for major providers Access to the providers' API I already spent some time playing with OAuth.io service and was able to build prototype based on NodeJS. I successfully…
0
votes
1 answer

OAuth.io with Github Enterprise

It seems like OAuth.io providers (all here: https://github.com/oauth-io/oauthd/tree/master/providers) are static files; and the thing with GitHub Enterprise is, the domain name is not github.com, but something different for each customer. Is there a…
Rudy Rigot
  • 43
  • 4