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
12
votes
2 answers

Facebook API - different user ID's for each app?

I'm currently working on a mobile app, and as such I need to have a new app specifically for this purpose. The stupid thing it seems, is that Facebook have decided to use different "user ids" for each app. Apart from not seeing the point in this…
Andrew Newby
  • 4,941
  • 6
  • 40
  • 81
10
votes
3 answers

Getting refresh tokens from Google with OAuth.io JS SDK (Client side)

I am trying to get access token & refresh token using OAuth.io for Google provider. I have chosen offline for the access_type in OAuth.io. Following is the code OAuth.popup("google", {'authorize' : { "approval_prompt" : 'force'}}) …
Valarpirai
  • 465
  • 3
  • 14
8
votes
1 answer

Oauth.io only gets "name" and "id" in the raw data from Facebook v2.4 and v2.5

When integrating a Facebook App with oauth.io, the latest API version we can choose is v2.3. The login process works though, but, when trying to retrieve the user data (/me), only the elements name and id are being delivered in the raw data from the…
Ruben
  • 3,986
  • 1
  • 21
  • 34
5
votes
1 answer

Getting refresh tokens from Google with OAuth.io

I am trying to get access tokens from OAuth.io for any Google based provider however whenever I authenticate I get an access_token but no refresh_token. I have chosen offline for the access_type but still no joy. I have tried looking through the…
willjcksn
  • 513
  • 2
  • 8
3
votes
1 answer

How to post a base64 image to twitter using Oauth

I am trying to upload an image to twitter from another website and am using Oauth. I am able to login my twitter account however, with unable to post an image to my account. I know the image initially needs to be a Base64 encoded image but the code…
l.grant
  • 33
  • 4
3
votes
1 answer

unable to get email address, location, values using oauth.io

I am integrating facebook, twitter, github, linkedin using https://oauth.io/signin third party site. I integrated facebook and was able to successfully get id, name, gender properties directly but am seeing difficulty in getting email address,…
G_S
  • 7,068
  • 2
  • 21
  • 51
3
votes
1 answer

Oauth.io and Ripple InAppBrowser Emulation

I am making a mobile app with Cordova and I use oauth.io to connect with facebook. It is working just fine when I deploy my app to my Samsung Galaxy S5 phone. However, when running my app in debug with Ripple, I get this screen when oauth calls…
Dave
  • 2,774
  • 4
  • 36
  • 52
2
votes
0 answers

Errors Uploading Chunked Images to Twitter via OAuth.io

NB: a minimum-viable-example exists here, with text copied from below. We are unable to reliably upload images to Twitter. Twitter has a REST API endpoint for uploading chunked images. We are using OAuth.io (documentation here) to interact with…
Andrew Pinkham
  • 630
  • 5
  • 14
2
votes
0 answers

Oauth.io domain not authorized even though I've whitelisted it on oauth.io

Edit: this is my first post, sorry if I make any noob mistakes! I'm getting this error: Error: Origin "http://cntxt.github.io/" does not match any registered domain/url on oauth.io at Object.sendCallback (...oauth.js:669:15) at getMessage…
2
votes
0 answers

How do I get Oauth.io to work with mobile browser full screen mode?

I currently use oauth.io for login to fb, twitter, linked and instagram on a website application. Everything works fine accept for when the user hits the "Add to Home Screen" option and then uses the website by clicking on that home screen…
Matt
  • 21
  • 2
2
votes
1 answer

Getting "The parameter app_id is required" with OAuth.io

I am trying to integrate https://oauth.io/ into my application. Below is the code for facebook integration that I am using: OAuth.popup('facebook') .done(function (result) { alert('sucess'); }) …
G_S
  • 7,068
  • 2
  • 21
  • 51
2
votes
1 answer

Getting "Invalid format" error during server side auth in Oauth.io

I have a javascript client and a laravel backend and I am using Oauth.IO for social authentication. I followed the steps specified here: http://docs.oauth.io/#authorizing-the-user-with-both-front-end-and-back-end-sdks I successfully got state token…
user4325333
2
votes
1 answer

Cache OAuth information so user does not need to re-login

I am trying to implement oAuth.io on android and I want it so that the user doesn't have to login every single time. How can I cache the request object?
Steven
  • 21
  • 1
1
vote
0 answers

How can i Implement "Login with Twitter" via OAuth.io?

Hello I'm trying to implement "login with twitter", but it wont work on live website. I followed this tutorial but it wont work on my implementation. When I run it via MAMP the OAuth wont pop, but when I preview from PHPSTORM it pop and the login…
Rubins
  • 29
  • 5
1
vote
0 answers

Upload image to twitter more than 1mb using angularjs

I am trying to make a web-app and I need to make a share button that will upload an image. I am using oauth.io for twitter-api. Here is the controller scope $scope.shareButton = function(){ var deferred = $q.defer(); …
trd3v3lop
  • 323
  • 2
  • 15
1
2 3 4