Twitter implementation of oauth

learn more… | top users | synonyms

4
votes
0answers
2k views

Getting “Could not authenticate with OAuth.” from Twitter when trying to POST

I'm successfully able to get an access token through the OAuth process. However, when I try to run a POST to the /statuses/update.json endpoint, I get a "Could not authenticate with OAuth." I'm ...
3
votes
0answers
258 views

iOS upgrade to twitter api 1.1

I currently have a bunch of apps that go and make simple anonymous calls to the twitter API, and grab several differing timelines. Obviously, twitter is changing things up with 1.1, and is demanding ...
2
votes
0answers
66 views

Log in with twitter4j

I try to realize an application that log in in Twitter. I utilize the twitter4j like API. I follow this example: ...
2
votes
0answers
160 views

Hammock Package , Tweetsharp and C# Windows Phone 8

I followed this link http://samjarawan.blogspot.co.uk/2010/09/building-real-windows-phone-7-twitter_18.html step by step and when I am running my app, I am getting an error i.e. "Error Calling ...
2
votes
0answers
221 views

Authentication for twitter API and Rest Call

I have been using FB api for some simple demo and everything was quite easy with the authentication. Now I have to do something similar with twitter v1.1 but there is something that I really don't ...
2
votes
0answers
947 views

Phonegap oauth on client

I am working on a phonegap app and something which is becoming a real issue is oauth authentication on the client. The only well documented example of doing this is Libby's tutorial on the topic ...
2
votes
0answers
138 views

Twitter API Friendship Create always returns 403 only for SOME specific users

For certain users of my Twitter app, I am unable to create a friendship using the Rest API as I get a response code 403 FORBIDDEN for those users. It is the same users every time that for some reason ...
2
votes
0answers
327 views

YQL: empty result on getting friends list for private twitter account

I use YQL:js for getting data. I do in https://developer.yahoo.com/yql/console/: select * from twitter.friends where id='some_not_private_account' It works perfect. It returns friends list. Now I ...
2
votes
0answers
511 views

Twitter oAuth - Request tokens

I'm using http://wordpress.org/extend/plugins/simple-twitter-connect/ to use twitter on a wordpress blog. But I've a problem with request tokens. Here's my code: $to = new ...
2
votes
0answers
927 views

How to get AccessToken to post to Twitter after Authorization Succeeds

This has been very painful. I don't know what I'm doing wrong with the AccessToken, but I try to set it before I call Twitter4j's updateStatus to post to twitter. I tried different ways of getting ...
2
votes
0answers
230 views

Twitter API - How do I Find the date I started following someone

I am developing a application for twitter analytics . I would like to get following information through API. Date, someone followed a user in Twitter. Date, a user is following any other user. I ...
2
votes
0answers
820 views

How can I get twitter user profile in android?

How can I get the user name, email, location, avatar, etc., of an authenticated user of Twitter in Android via the API? I wrote the code below, but it always returns null at ...
2
votes
0answers
159 views

Switching to use a background image from no background image via a multi-part post to the Twitter API with Ruby and OAuth

I would like to change my profile background from no background image to a background image that I upload via the Twitter API using Ruby. I have no problems uploading new background images when my ...
1
vote
0answers
31 views

Scribe (simple OAuth Java lib) and reverse auth token

I would like to use scribe for reverse auth token. reverse auth token is for iPhone, however the first step of retrieving the request token I would like to do in the BE so I don't need to store the ...
1
vote
0answers
22 views

To create OAuth signature for multi dimensional array

How to create OAuth signature string for multi-dimensional array Example: <?php //MULTI ARRAY $a = array( //KEY 1 CONTAINS AN ARRAY ...
1
vote
0answers
94 views

iOS 6 - How to post tweet from a twitter account that is not on the user's device

I'm in the very early planning stages of building another iOS app. I'm hoping to be able to post tweets to my own account when users take specific actions from within an iOS 6 app. That is, I want ...
1
vote
0answers
49 views

No PIN generated when using ROAuth to authenticate on Twitter

I'm trying to authenticate with Twitter using R, but I can't get a PIN. The code I have is as follows: download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem") reqURL <- ...
1
vote
0answers
62 views

Merge facebook, twitter and foursquare friends PHP, any suggestions?

I have been working on fetching user's friends from facebook, twitter and foursquare for about three months using PHP and their respective SDKs. Successfully I fetched the friends list and I stored ...
1
vote
0answers
51 views

Submitting to Twitter with Classic ASP

I am trying to implement twitter posting on a website. when a user posts an alert and they check off "submit to twitter" I want to send the contents of the box (140 chars of it) to the associated ...
1
vote
0answers
67 views

ROAuth - error in handshake - “You likely misentered your PIN…”

The following error is returned by the handshake, after its produced a valid token URL and I've entered the PIN. Error in cred$handshake() : Invalid response after authorization. You likely ...
1
vote
0answers
51 views

Blackberry Twitter App using oAuth and TWITTER API ME 1.8 Library

I am building a Twitter App for BB that connects to Twitter and posts on users behalf. Using TWITTER API ME 1.8 Library and oAuth authentication method. Here is the code: class ShowAuthBrowser ...
1
vote
0answers
119 views

Getting a 401 Error when using Twitter API User/Search

I have an application which allows the user to authorise my application in order for it to use Twitters REST Api. This process works fine however when I try to perform GET request to search for hash ...
1
vote
0answers
53 views

Is it possible to receive notification on Twitter Mention?

I've written an app that will hopefully have its data updated when a Twitter user mentions my Twitter user name in a tweet. Simply put I've written a Score Board app and I'd like Twitter users to be ...
1
vote
0answers
183 views

Twitter API OAuth can't get access token

I just got this porblem that suddenly stopped working, I'm using Twitter API in my node and does the OAuth login flow, it's been working since i started this project, it just strangely stopped working ...
1
vote
0answers
30 views

Twitter request exceed issue

Twitter request exceed problem. It shows requests exceed 150 per hour. This is my code : $trends_url = ...
1
vote
0answers
80 views

Twitter does not remember authorization

I am using Scribe (OAuth1.0) as a mechanism so that users can use their Twitter account to authenticate to my GWT/GAE application. According ...
1
vote
0answers
191 views

Tweepy tracking terms and following users

I'm trying to build an app to track some terms from specifics users using the streaming twitter API. I made a working python script using tweepy for the streaming api based on this tutorial. But, ...
1
vote
0answers
80 views

Twitter And Reverse Auth - Validating the authentication information once you have it

I have successfully implemented Reverse Auth using an iOS app and a .NET web service. I am using a hybrid model that stores the app secret key on the server (so it does not need to be stored in the ...
1
vote
0answers
141 views

Getting http error 401: Unauthorized when processing oauth_token and oauth_verifier

Can someone please help with this. Thanks in advance. I send request to twitter with nonce, callback_url, consumer_key, etc. Twitter then prompts the user to enter login and password. User ...
1
vote
0answers
71 views

Blackberry Twitter getting a pop up when getting request_token

I am developing a phonegap based Blackberry app, in this I have twitter share feature.I have written code for getting request_token from twitter using oauth, I am getting a pop up saying that:Content ...
1
vote
0answers
85 views

OAuth Twitter Login sequence

Different websites have different sequence for oauth. E.g., http://oauth.net/core/diagram.png has 7 interactions! During implementation based on existing libraries (listed below), we don't see steps B ...
1
vote
0answers
125 views

Creating twitter widget for iphone/ipad apps

I have been approached to create a twitter widget for an iphone/ipad game. Initially I think the app wants to load in an iframe into the app but I would have though this was a bad way about it. The ...
1
vote
0answers
86 views

How to use twitter Oauth Token to set up cookies

I have a iOS application. Inside my application, I implemented twitter share function, which was implemented by using twitter OAuth access token and access secure. I can do twitter post through ...
1
vote
0answers
40 views

What info is available to all iOS 5+ & Android apps automatically?

I'm trying to make a detailed blueprint for a Twitter app I'm designing: both my first native app & my first time playing with Twitter's API. I'm curious as to what information is available to all ...
1
vote
0answers
122 views

Twitter PI update profile banner

I am having trouble changing the banner image using tmhoauth. Everytime I post an image, whether it is locally hosted or from a URL I get the return code 422 - which would indicate that the size of ...
1
vote
0answers
79 views

How to sign correctly a twitter request?Always get 401 Error Unauthorize

I am trying to get the request_token to sign in with twitter in an app, but I always get 401 Error. I have created my app in dev.twitter and I have the consumer key, secret and the callback. This is ...
1
vote
0answers
122 views

error 'UnAuthorized' when using the “GET” requests for Twiiter api 1.1 in C#

I'm trying to connect to twitter api from my c# application using the "GET" requests. I read the following article: http://www.codeproject.com/Articles/247336/Twitter-OAuth-authentication-using-Net ...
1
vote
0answers
112 views

Twitter OAuth iOS6

How to use OAuth in a new iOS App in 6? Access Token, Access Secret Token. and appears as the identifier of App, for example ...
1
vote
0answers
58 views

authenticating with auth-twitter

I am working on a rails 3 app. Here I am using omniauth for authentication. I followed the document https://github.com/plataformatec/devise/wiki/OmniAuth%3A-Overview . And The authentication for ...
1
vote
0answers
383 views

Twitter OAuth update.json sending back “Could not authenticate with OAuth” (Using AS3 OAuth Library)

I'm currently using the org.iotashan.oauth.* package (https://github.com/iotashan/oauth-as3/tree/master/src/org/iotashan/oauth) to handle my Twitter OAuth in AS3/Adobe AIR. I am using HTMLLoader to ...
1
vote
0answers
377 views

Signing user in using Twitter API - How to turn oauth_token & oauth_verifier into Access Token

This was the tutorial I was using: http://net.tutsplus.com/tutorials/php/how-to-authenticate-users-with-twitter-oauth/ Everything seems fine up until the very last step which is to get the access ...
1
vote
0answers
181 views

OmniAuth with Twitter Strategy intermittent “invalid_credentials” failure for some users

I've implemented OmniAuth + Twitter strategy. It works most of the time for most users. But some users have been getting a consistent failure, and I have not been able to reproduce it or track it ...
1
vote
0answers
335 views

iPhone - Twitter “Select and copy the PIN” issue

I want to enable "login with Twitter" option in my app. For this I'm using Twitter-OAuth-iPhone library (do I really need all this library just to login?) Anyway after user enter his twitter ...
1
vote
0answers
668 views

tmhOAuth failed to validate oauth signature and token

I'm trying to use The Matt Harris's oAuth php library to get user access tokens from Twitter users on my app, but I keep getting the error "Failed to validate oauth signature and token". ...
1
vote
0answers
217 views

OAuth Error — SSL — Node.js

I am using Node.js and I am using a library by name node-oauth Now when I make a request to get the requestTokens, I get the following error [Error: 2712:error:140770FC:SSL ...
1
vote
0answers
283 views

How do I get pin from url?

After fetching request token i need to get a pin. And I got it. But its inside html page. But all I need to get it from url. I don't want to use my own site as callback, but I still want to get the ...
1
vote
0answers
151 views

twitter4j and singpost lib in android 4.0 and further

Can someone give me a tutorial about using twitter4j in android 4.0 and further? I was able to use twitter4j before but now I cant, it keeps throwing this error: ...
1
vote
0answers
165 views

Twitter API posts that include link and hashtag, don't show up for that hashtag on Twitter

I have a blog that allows readers to post their comments on a post directly into wordpress. I also include that hashtag of the relevant post as an initial value for the form field. When the comment is ...
1
vote
0answers
318 views

Failed to upload image to twitter using RestSharp

I'm trying to upload image in WinRT application to twitter using RestSharp Code is here: RestClient twClient = new RestClient("https://upload.twitter.com"); twClient.Authenticator = ...
1
vote
0answers
294 views

Twitter Web Intents inside iOS/Android Webview - any Redirect/Calback URL?

Twitter Web intents provides convenient JS lib to allow the user to tweets from an external website. <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> ...

1 2 3 4 5 9