OAuth (Open Authorization) is a specification for client applications to access protected resources on behalf of a user. It was developed as an alternative to users handing out their login credentials to third-party applications.
1
vote
1answer
5 views
ServiceStack client get generated URL
Is it possible to access the URL a service call will use before calling the service using any of the ServiceClientBase child classes?
I need to fully resolve the url before making the service call so ...
0
votes
0answers
9 views
WiThings API OAuth with Python
I've really been struggling with getting OAuth to work with the WiThings API lately, using Python 3.3. For reference, here is the documentation for WiThings: http://www.withings.com/api
Now... As ...
0
votes
0answers
6 views
Is there a limit to Facebook oAuth users logging in from specific site?
We have ran into getting throttled for making too many calls before in the past from Facebook API. The cause ended up being because we were using the App Auth Token instead of the individual user's ...
-1
votes
0answers
4 views
Comprehensive Oauth / Social signups library for PHP [on hold]
Found out about Passport.js for Node (http://passportjs.org/). Quite awesome. I searched for an equivalent in PHP but haven't found anything. Is there really nothing out there around the same idea?
0
votes
0answers
15 views
Error code 400 With Evernote OAuth (Signpost)
I am trying to connect to Evernote with OAuth and Signpost using one of the examples I saw in the dev forums, but for some reason I keep getting error code 400 (Bad Request). Here is the code:
public ...
0
votes
0answers
12 views
Facebook SDK 3.0:How to remove “you have already authorized ti this app” screen
I am using Facebook in my android app and it work just fine.
However, i realize that useless screen appears when i login every time saying that "you have already-authorized to this app" with OK and ...
0
votes
0answers
9 views
401 Response after 1 hour of successfully uploading 380 previous video binary chunks
I'm currently running into an issue where I successfully authenticate against OAuth with Google's helping libraries but after an hour of uploading, my authentication appears to fail and there doesn't ...
0
votes
0answers
6 views
Can we have permission based authentication with OAuth?
I want to make an intercept URL pattern and create custom access dynamically by using sql query.
Normally intercept URL pattern is like below
Without using ROLE_ADMIN, which is without using ROLE ...
0
votes
0answers
7 views
Testing Devise oauth with cucumber for different users
I need to test devise oauth sign in with cucumber. Ive resolved it with common solution
OmniAuth.config.test_mode = true
OmniAuth.config.mock_auth[:instagram] = OmniAuth::AuthHash.new({
...
-1
votes
0answers
29 views
infinite loop for twitter feed [on hold]
My code doesn't work unless I refresh the page. I'm trying to figure out how can I allow my script to automatically tweet. Everything works right now but it's just that issue. I am using ...
0
votes
1answer
31 views
How to use AFOAuth1Client with AFIncrementalStore
How do I get AFOAuth1Client to work with AFIncrementalStore?
I'm able to get a valid instance of AFOAuth1Token using AFOAuth1Client, and I'm able to save it to the keychain for reuse. My singleton ...
0
votes
1answer
23 views
401 Unauthorized for https://api.twitter.com/oauth/request_token
I try to request a token via https://api.twitter.com/oauth/request_token but always get a 401 error.
I do my testing via curl (easy to see what happen).
Here is a request example :
curl ...
0
votes
0answers
14 views
How to integrate existing Google OAuth in Node.js with a Backbone application?
I have already implemented Google authentication on the server with the help of Passport package. And it work pretty well with my Express app.
So the plan now - is to move all my "views" from Express ...
0
votes
1answer
14 views
Linkedin Application has OAuth User Token and OAuth User Secret, Do they Expire?
We have 4 fields in Linkedin on creating a application.
API Key:
Secret Key:
OAuth User Token:
OAuth User Secret:
Need to confirm if OAuth user Token and OAuth User Secret expire after 60 days
0
votes
0answers
4 views
Twitter authentication without PIN and redirection - async
Is there a way to authenticate without PIN and redirection in browser application like Facebook and LinkedIn do this when authenticate async by JS ? (I'm using codebird-js)