Tagged Questions

2
votes
0answers
14 views

Programmatically change gmail status via OAuth or Authsub

I would like my application to programmatically update my user's gmail/google talk status on their behalf but I dont want to store their password because of the privacy risk Does …
0
votes
1answer
16 views

Cannot get Twitter-OAuth-iPhone to work

Hi, demo works as expected, no problems. But now I'm trying to integrate it into my project. I use no xib-s, code only: OAuthTwitterDemoViewController *vc = [[OAuthTwitterDemoVie …
0
votes
0answers
7 views

OAuts with Signpost - how to sign POST to get Access token

I'm working with client who provided me with somewhat vague instructions. Here's what I'm doing (using CommonsHttpOAuthConsumer as consumer and DefaultOAuthProvider as provider) …
0
votes
1answer
84 views

OAuth Consumer request for token from ServiceProvider returns InternalServerError

I'm playing around with DevDefined.OAuth - an OAuth consumer and provider implementation for .Net http://code.google.com/p/devdefined-tools/wiki/OAuth and on launching the ExampleC …
0
votes
1answer
28 views

Ruby & Datamapper checking if a record exists, and where?

I have a basic Ruby app that I am building with Sinatra, Datamapper and has user authentication using OAuth. When I receive the data back from the Oauth service, I save a record of …
16
votes
5answers
388 views

What’s the difference between OpenID and OAuth?

I'm really trying to understand the difference between OpenID and OAuth? Maybe there two totally separate things and I'm just totally confused. Could someone explain it to me pleas …
0
votes
2answers
30 views

oauth and userid

hi, i am very confused, once i get the access token from google to access user contacts, how do I associate that user with that token again in the future? many thanks
2
votes
2answers
105 views

OAuth’s tokens and sessions in REST

The other minute I read an article on OAuth. It described especially the tokens being exchanged between client and service provider during a series of requests. The article also m …
2
votes
2answers
50 views

How to test the twitter API locally?

I'm trying to write a web application that would use Twitter via OAuth. 1) I run my local server as 'localhost', so I need the callback URL to be something like http://localhost/s …
0
votes
3answers
45 views

Library for OAuth Consumer (Java)

Hi, I'm looking for a Java library that helps me building an OAuth Consumer. I must be able to receive OAuth signed requests and determine whether they are valid or not (checking …
0
votes
3answers
82 views

How to access YQL in Python (Django)?

Hey, I need a simple example for the following task: Send a query to YQL and receive a response I am accessing public data from python backend of my Django app. If I just copy/pas …
0
votes
2answers
57 views

REST authentication internal project (iPhone to grails app) using 2 legged oauth?

Hi, I'm creating an iPhone project, and will be communicating with a server via REST. I will be sending push notifications, initiated from another service. I would like to authen …
0
votes
1answer
23 views

twitter status update using tweetsharp oauth preview 17.

I am trying to update the status using tweetsharp oauth preview 17. Please let me know how ?. I tried this code var msg = FluentTwitter.CreateRequest() .Authenticate …
1
vote
4answers
71 views

Web UI to a restful interface, good idea?

I am working on a experimental website (which is accessible through web browser) that will act as a front-end to a restful interface (a sub-system). The website will serve as an in …
0
votes
0answers
29 views

Is Piston ready for OAuth?

I tried using Piston for a simple API, hoping to use its OAuth support. But the first time I hit the endpoint after enabling OAuth, I got an error: TemplateDoesNotExist: oauth/ch …

1 2 3 4 5 10 next
15 30 50 per page