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.

learn more… | top users | synonyms

0
votes
0answers
3 views

Get user's latest tweet user_timeline.json getting invalid json?

Am trying to get users latest tweet using Oauth user timeline.json, with curl am getting following json as output. Array( [headers] => Array ( [cache_control] => no-cache, ...
0
votes
0answers
3 views

How to embed oauth dialog in same page?

I want to open Facebook's oauth dialog in same web page. I am using Facebooks's JS SDK to perform oauth, display option: popup & touch is working fine but display option: page & iframe is not ...
0
votes
0answers
21 views

C# console application Streaming API 1.1 + Oauth

I am using swhitley's Twitter Stream Client to download tweets via Twitter Streaming API with username and password. It was using https://stream.twitter.com/1.1/statuses/filter.json. I modified the ...
0
votes
0answers
15 views

Any Solutions for the Twitter API1.1 and OAuth for ObjectiveC?

Have an app that is built in xcode and using Objective C, I'm currently using the MGTwitterEngine + OAuthConsumer framework to send out tweets. Worked great until yesterday when they finally moved to ...
0
votes
0answers
11 views

C# Oauth webrequest without token

I need to write an app that connects to an externam API. I got a consumerkey and secret. The API doesn't need a token, so i don't need to ask for a token. When I use the chrome plugin "Rest Plugin", ...
0
votes
1answer
15 views

What is wrong with my ETrade OAuth get token request?

The server is responding with a less than helpful message. Unable to get a request token: Request for ...
2
votes
0answers
13 views

Eventbrite OAuth authorize Site for Mobile

My iOS and Android apps offer the possibility to attach Eventbrite to a user's profile. However, the authorization page at "https://www.eventbrite.com/oauth/authorize", is not well formatted for ...
0
votes
0answers
11 views

Rails Dwolla gem trying to assign “address”?

I'm using omniauth/dwolla to get a user's dwolla ID for storing in my Rails database. According to my Gemfile.lock, the gems are dwolla (0.0.15) and omniauth-dwolla (0.0.13). When I try to call ...
0
votes
0answers
30 views

Twitter API deprecation and Oauth issue / now broken

This is for mmatakedown.net home page I can't seem to successfully complete the oauth process to retrieve the user id of the twitter account. This began when twitter api was deprecated, I believe. ...
1
vote
0answers
23 views

Ruby Gem Twitter - certificate verify failed (Twitter::Error::ClientError)

I am trying to use the ruby gem 'twitter' but for unknown reasons I cant get it to work. Here is the .rb code: require 'twitter' puts "Greetings, World!" puts "Checkpoint 1" Twitter.configure do ...
1
vote
0answers
17 views

linkedin Oauth how to remember login

I started out working with iOS development a few weeks ago, and recently I've been trying to integrate social networks into an app (Facebook, Twitter, LinkedIn). I managed to do the Facebook and ...
0
votes
0answers
23 views

WebRequest fails when using params over a certain size (Twitter Streaming API)

This may not be Twitter specific, but I am calling an API and when my params pushes over a certain size limit, the request fails with either a webException (sendFailure or receiveFailure). I've ...
0
votes
0answers
23 views

QNetworkAccessManager doesn't work

I try to get twitter search page from my Qt app. I use QOAuth to generate signed request, and QNetworkAccessManager to send it. But i always get 401 error with "{"errors":[{"message":"Could not ...
-2
votes
0answers
9 views

Facebook Oauth extended permission [closed]

I need to contact facebook to get a extended permissions to my APP. How to contact them?
0
votes
0answers
8 views

Withings: getting oauth_callback to.. call back?

Im working with the withings oauth implementation in hopes of retrieving stored values from scales. I can get the request token which I send back in hopes of getting the userid and the oauth_verifier ...

1 2 3 4 5 395
15 30 50 per page