Questions tagged [twitter-oauth]

Twitter implementation of oauth

Oauth - is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications.

See also:

2753 questions
0
votes
1 answer

Twitter using C# and .net 2.0

I need to create a web page that will allow my manager a way to post tweets to our twitter account. I've looked at many APIs and they all seem to be for higher versions of the .net framework than 2.0 or are no longer working. If someone could…
Jerry Warra
  • 304
  • 1
  • 4
  • 20
0
votes
3 answers

How to register an event for when a user has a new tweet?

I am looking through the Tweepy API and not quite sure how to find the event to register for when a user either send or receives a new tweet. I looked into the Streaming API but it seems like that is only sampling the Twitter fire house and not…
Alexis
  • 23,545
  • 19
  • 104
  • 143
0
votes
1 answer

Lifetime of tokens

Does oauth recommend or require request/access tokens to have a specific min/max lifetime? If not, how does one know if the tokens are actually secured? Thanks
Kar
  • 6,063
  • 7
  • 53
  • 82
0
votes
2 answers

How to integrate twitter API in iphone SDK in such a way that the I can enter user name and password through my own defined UITextFields?

In my iphone app, I am having a twitter page where the user is entering his username and Password.Here, the problem is that I want to enter it from my own defined textFields like this example.How should I do it using SA_OAuth…
Prajnaranjan Das
  • 1,378
  • 1
  • 9
  • 26
0
votes
1 answer

[Twitter4R]Twitter::ForbiddenError

I'm new to Twitter4R and Ruby on Rails. I'm using Ruby 1.9.2, Rails 3.1 and Twitter4R v0.7.0. I'm trying to get my friends list from Twitter. twitter = Twitter::Client.new(oauth_access: { key: token, secret: token_secret}) #these lines works…
tajihiro
  • 2,293
  • 7
  • 39
  • 60
0
votes
1 answer

401 (Unauthorized) only in release mode. Debugging, everything works perfectly! Why?

I am creating an extension for Google Chrome and I'm having trouble authenticating with Twitter. This extension is published in this link: As you can see, I am also consuming Dropbox API (which also works with OAuth 1.0) and it works perfectly! To…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
0
votes
2 answers

Send Direct Messages using twitter API

I trying to use twitter API to send direct messages using C# but Twitter keeps saying: "The remote server returned an error: (401) Unauthorized." But this has no sense because I could use other API calls where I was authorized. Some background…
Pato Loco
  • 1,205
  • 1
  • 13
  • 29
0
votes
2 answers

retrieveRequestToken(CommonsHttpOAuthConsumer,CALLBACK_URI) functions throws OAuthCommunicationException

I want to make an android app which will update status in twitter. I am using signpost-core-1.2.1.1 and signpost-commonshttp4-1.2.1.1 jar files.I have given internet uses permission and i have registered app in twitter giving read,write and direct…
sayem siam
  • 1,281
  • 3
  • 13
  • 26
0
votes
2 answers

Integrate twitter to IPhone application

I am hoping to integrate Twitter to my application. My project is created with ARC support. When i added the Twitter framework i also flagged the .m files with -fno-objc-arc. I could login to twitter (meaning, the authentication process works), and…
Illep
  • 16,375
  • 46
  • 171
  • 302
0
votes
1 answer

Check if Ouath token is invalid

Is there a way to send a request to Facebook and Twitter with a token to see if it has been invalidated. I know if I change my password on facebook I invalidate my tokens so if a user of my app does this I would like to display that as inactive and…
BillPull
  • 6,853
  • 15
  • 60
  • 99
0
votes
1 answer

how to call a JavaScript function in the callback URL (jsOAuth + twitter + non-PIN OAuth)

Learning about OAuth, I came across a big question. How to call a JavaScript function in the callback url with jsOAuth? When you click Connect to twitter, the login screen opens, then the Twitter authorize APP and after he simply calls the callback…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
0
votes
1 answer

QTweetLib and request_token

I've just compiled QTweetLib on my linux host. I've compiled and run pinauthstatusupdate example without any changes. But when I try to get request_token I've get: Failed to validate oauth signature and token I synced time on my host: using sudo…
Edward
  • 304
  • 2
  • 16
0
votes
1 answer

Is it possible to get LinkedIn statuses by fact of posting?

I have an application which can get user statuses using LinkedIn API according to documentation. But I need to know: is it possible to ask LinkedIn to signal me when described users change his status ? I think it is too waste to make API queries…
Epsiloncool
  • 1,435
  • 16
  • 39
0
votes
1 answer

distributing social login applications appKeys

I'm developing a commenting application where users can comment with their Facebook or Twitter accounts. My question is if i can distribute this projects with a universal Facebook/Twitter appKeys, Or every developer would have to create their own…
Pablo
  • 5,897
  • 7
  • 34
  • 51
0
votes
1 answer

How to authorize application for Twitter

I registered a new application with Twitter at https://dev.twitter.com/apps/, as I have done many other times.... On my application registration page under the "Details" tab, I see: Your access token It looks like you haven't authorized this…
user420095
1 2 3
99
100