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.
0
votes
0answers
6 views
OAuthWebSecurity Create User Account
I'm using built in MVC Login control mechanism for my project and have External Login working well with Gmail, Microsoft, Yahoo, Facebook, LinkedIn and Twitter. I stripped out the part where users can ...
0
votes
0answers
3 views
You have already authorized this app (Facebook SDK 3.5 for iOS) [duplicate]
When I use FBWebDialogs always appears "You have already authorized this app", how can I avoid this message ?
[FBWebDialogs presentDialogModallyWithSession:[FBSession activeSession] dialog:@"oauth" ...
0
votes
0answers
11 views
Google Spreadsheets; OAuth Error
I am getting an "OAuth Error (line 378, file "Code")" error when I try to run this script.
This script gathers data from a Google Form, runs calculations (which I have deleted to save space), opens a ...
0
votes
0answers
19 views
Sorry! there is an error with the request
I am trying to fetch yahoo contacts of user who visits my site, to invite them, for that i tried to implement the yahoo official PHP SDK to fetch contacts, but when i implemented it and tried to run ...
-2
votes
0answers
24 views
OAuth 2.0 Login implementation in zend Framework
I am new in both OAuth2.0 and zend fraework. I want to implement a login page that check user info with mysql database and gives permission to login by using OAuth 2.0 and zendframwork.
0
votes
0answers
8 views
How does one get the app access token for debug_token inspection on Facebook?
It is suggested that whether your app uses code or token as your response_type you should perform an automated check on the access_token to confirm that the token belongs to the person the app expects ...
0
votes
0answers
9 views
Twitter Oauth Retweet Variable
I'm trying to send a RT using Oauth and it's not working. Not sure, what I'm doing wrong. I can publish status updates but not retweets. Here's my code I've tried:
...
1
vote
0answers
10 views
IAuthProvider for OAuth2 in ServiceStack
Can anyone provide an example of how to implement IAuthProvider against an OAuth2 endpoint in ServiceStack? As far as I can see all the AuthProvider implementations I can find (like Facebook/Google) ...
0
votes
0answers
26 views
Handling OAuth Responses & Sessions
At the end of an OAuth2 token exchange, I'm [typically] left with a JSON array of user data that I've un-marshalled into a struct (say, GoogleUser) with the fields I care about.
What is the sensible ...
0
votes
1answer
27 views
Twitter- Obtaining a request token Response 401 - POST
I'm trying to create an app with twitter and I'm stuck in the first step.
I'm trying to POST to https://api.twitter.com/oauth/request_token , But everytime I get a 401.
I'm using a varient of ...
2
votes
0answers
11 views
FOSOAuthServerBundle access_token life time
If someone are looking how to change access_token life time (expires_in) for FOSOAuthServerBundle then here is how to do it:
fos_oauth_server:
service:
user_provider: ...
0
votes
0answers
9 views
Twitter OAuth 1 POST requests not working
I am creating an application for iOS and I am using OAuth 1. GET requests seem to work fine but as soon as I try to make POST requests I get the following error :
The operation couldn’t be completed. ...
-1
votes
0answers
4 views
How can I switch/swap vanity URLs with profile & page [closed]
My profile vanity URL is www.facebook.com/RokkStarrVaporZz and has no more changes left
My Page Vanity URL is www.facebook.com/RokkStarVaporZz
Has 1 change left
Difference is only the one r in the ...
0
votes
0answers
13 views
SignPost POSTing JSON Object returning server error 500
A OAuth Service I'm trying to POST to keeps returning an error 500 indicating I'm not formatting something correctly in my request. The only requirement to the .json page I'm sending a POST to is ...
0
votes
1answer
8 views
Callback Issue with codebird.js Twitter Search
I'm having difficulty getting the callback function to work with codebird.js running a tweet search. I get the request response in my log and it appears to be working, but search_callback(result) does ...
0
votes
0answers
12 views
Oauth signpost android - url with query parameters
HTTP GET without oauth works fine for url: <"xxxx.xxx.net:port/path"> and <"xxxx.xxx.net:port/path/subpath/resource?param=1">
When I use signpost for oauth, it works fine for url: ...
0
votes
0answers
12 views
Save twitter Oauthtoken and secret token for user profile?
I have a web app that lets users sign in their twitter account. It also creates a user profile on my database as well and I need save their tokens so I'd have a unique Id. I plan to one way encrypt ...
0
votes
1answer
21 views
Posting comments on images Instagram from IPhone app
I have integrated Instagram in my app using Instagram api. I want to post comment on image from app. How can I post comments using Instagram api
Thanks
0
votes
1answer
11 views
When we do a server side redirect, the new URL is called from the Client's IP or the Server's IP?
I have a scenario where my client machine's IP is not whitelisted for a staging server URL and my server's IP is whitelisted. So can I use server side redirect to show this URL on the client side?
...
1
vote
0answers
8 views
oAuth PHP 2 legged with consumer key/secret & token/secret?
I have oAuth working with our API, 2 Legged and using a consumer key and a consumer secret only, I am using this library https://code.google.com/p/oauth-php/
The API has changed and I now need to ...
1
vote
0answers
19 views
Authenticating to a Oauth 2-legged system
I'm trying to authenticate to a webservice using 2legged oauth. I have the next one working java example creating the authenticated URL using the signpost library:
String consumerKey = "KEY";
...
0
votes
0answers
23 views
Mono 3.0/MVC4/Debian Sid - Microsoft.Web.WebPages.OAuth causes application crash
Mono 3.0.6, Debian Sid. I'm trying to publish default MVC4 template, created using Visul Studio 2012. And I have experienced some problems. Default publish option gives me this exception:
...
0
votes
1answer
14 views
Twitter API oAUTH
I have implemented twitter API (oAUTH) by going through this tutorial http://net.tutsplus.com/tutorials/php/how-to-authenticate-users-with-twitter-oauth/ . Its working and I can update my status ...
0
votes
1answer
22 views
Google Apps Python provisioning API & OAuth mess
I'm trying to provision (among other things) groups for our Google Apps domain, using python. I'm also attempting to using OAuth to authorise my application. The API documentation for Python seems to ...
0
votes
0answers
13 views
oauth on iPhone with UIWebView
I am developing a set of services that I want iPhone users to be able to access securely. Users will have an account with my service. I want to keep the user's service credentials out of the hands of ...
0
votes
0answers
13 views
Accessing app on mobile - get “Not Logged In. You are not logged in. Please login and try again.” - not sent to login page at all. Why?
suddenly our html5 mobile Facebook app stopped working when you are not logged in to Facebook.
when you access the app from a bookmark http://www.realmofempires.com/chooserealm.aspx on a mobile ...
1
vote
0answers
47 views
gosimple/oauth2 and Google OAuth2
I'm using the gosimple/oauth2 package to handle OAuth2 logins for users. I have zero problems with the GitHub example code, which works perfectly and returns what I want.
I do, however, have issues ...
0
votes
3answers
71 views
How do I get data from this object?
Here's the object that's returned. I ultimately need to get two things: @token and @expires_at. How would I get them from this?
@my_object = access_token(params[:provider])
Then outputs:
...
0
votes
0answers
9 views
Not able to retrieve getAccessToken using zend oauth consumer and oauth library
following is my code and it gives me a error like
"Catchable fatal error: Argument 1 passed to Zend_Oauth_Token_Request::__construct() must be an instance of Zend_Http_Response, array given, called ...
0
votes
0answers
4 views
Yahoo! BOSS OAuth with Cocoa Application
Has anyone ever done OAuth in a cocoa application to Yahoo!'s BOSS API? I'm having a ton of trouble getting it to work.
My code thus far:
NSTimeInterval timeStamp = [[NSDate date] ...
1
vote
1answer
26 views
Can I access Cloud Print JSON interface from Google Apps Script?
stackoverflowers :)
What I want to do is to access to the Cloud Print JSON interface via a Google Apps Script. I now that I need to get an authorization token but, when I try to invoke ...
-2
votes
1answer
28 views
Resources like images and securing them
I've been thinking about this off an on and did a quick test with Facebook. Assume you have a facebook like site and strip it down to images and profiles. Images you choose to either share with ...
0
votes
1answer
52 views
Implementing an API Key with DotNetOpenAuth
I need to implement authentication for some web services that we will be hosting. I want to use open standards, so I am interested in OAuth.
I will be using WebAPI for these services.
So here's ...
0
votes
1answer
20 views
Android oAuth Refresh Token returns null
I've been trying to figure this out for awhile now, cant seem to get with anything I've tried.
I cant seem to retrieve the refresh token, it would come out as blank.
public class oaUTH extends ...
1
vote
0answers
22 views
iOS: Alternate way to return to app from Safari other than custom protocol
I am using AFOAuth1Client to authenticate with a provider (they use DotNetOpenAuth). Unfortunately the provider doesn't like a custom URL protocol such as myapp://success for the callback URL as it ...
0
votes
0answers
13 views
Android Readability integration
I want to use Reader API within my Android app. I try to implement OAuth authorization, because 1) don't want to store users username/password 2)XAuth didn't work and returned "Parameter not found: ...
0
votes
1answer
19 views
Correct way to save oauth accounts in symfony
User can register on the site using oAuth or he can just link his oauth id to the existing account on site.
But I'm very doubt about the right way to store all possible oauth connections and link ...
0
votes
0answers
38 views
Facebook redirect url issue OAuthException
My app was working good for long time, but now i am getting the error from the face saying
Content: {"error":{"message":"Error validating verification code. Please make sure your redirect_uri is ...
0
votes
0answers
15 views
Is there a way to use oauth jwt authentication for google webmaster tools?
I a trying to use Google Services' JWT authentication in a Node.js script meant to perform several requests via the Google Webmaster Tool's API https://developers.google.com/webmaster-tools/
I ...
0
votes
1answer
24 views
Sign in and sign up functionality using oauth
Hello I want to perform functionality like sign in or sign up with facebook using oauth2.
I have generated the consumer controller for oauth and could successfully consume the services provided by ...
0
votes
0answers
17 views
Reading email using Gmail OAuth 2 / Android
I've managed to successfully log into Gmail using OAuth 2 (Android; it shows "This application is requesting access to view / manage your emails"). Is it possible to retrieve the user's email from ...
0
votes
1answer
17 views
Oauth+Java Servlets+OAuthSigner+Servlet class instantiation error
> HTTP Status 500 - Error instantiating servlet class msch.OAuth
>
> type Exception report
>
> message Error instantiating servlet class msch.OAuth
>
> ...
0
votes
0answers
16 views
Google plus.login fails with invalid_scope
Why does
curl -d "client_id=MYID.apps.googleusercontent.com&scope=https://www.googleapis.com/auth/plus.login" https://accounts.google.com/o/oauth2/device/code
fail with
{
"error" : ...
0
votes
0answers
14 views
What are the differences between OAuth and Single Sign-on at abstract level ?
This is an abstract level question. I started working on OAuth and was going through some initial documentations.
To me it looked like :- "Another implementation to achieve single sign-on. Sign-on ...
0
votes
1answer
21 views
How can I get the username or email address from oauth?
I'm using the oAuth in my android application to log in into it. I would like to extract the username or email address after successfull logging in? Is there any way to do it? If yes - how?
I found ...
0
votes
0answers
13 views
How to authorize as a Venue in Foursqaure Oauth dialog?
If you see the Oauth dialog window below, you can see the defaults are usually "Authorize as a User" or "Authorize as a Page". How to force "Authorize as Venue"? I need this in order to use the ...
0
votes
0answers
32 views
Ruby: Twitter get_access_token always returns 401 unauthorized
I am trying to use 3-legged authentication to get user's access token. This is just a prototype, so it is not implemented with session yet to save some returned data of API. Please read through the ...
0
votes
0answers
6 views
Twitter hbc-example doesn't work
The following example given on this page https://github.com/twitter/hbc/blob/master/hbc-example/src/main/java/com/twitter/hbc/example/SampleStreamExample.java doesn't work.
I get a Error connecting w/ ...
0
votes
0answers
7 views
iOS OAuth client that works with DotNetOpenAuth
I have an API that I need to connect to that does OAuth using DotNetOpenAuth. But, it seems every OAuth client I have tried doesn't work with DotNetOpenAuth.
Tried AFOAuth1Client, GTMOAuth and Simple ...
0
votes
0answers
17 views
Understanding base_url parameter when using HybridAuth
I'm trying to use the hybridauth library to authenticate and get access to the users profiles of my corporate OpenID provider.
I'm trying to configure all the parameters but i don't understand some ...
