[twitter-dev] Trouble Authenticating with one API method

2010-10-13 Thread tbriggs
Hi All, Just wondering if anyone can help me, or confirm I'm not alone. I ahve been using C# to talk to the APi for a while now, usign OAuth for authentication, and so far it's all been fine. But I just tried using the home_timeline method using the same oauth credentials I use for other methods,

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-13 Thread Georgooty varghese
Base string look like GET&http%3A%2F%2Fapi.twitter.com %2F1%2Fstatuses%2Fhome_timeline.json&oauth_consumer_key%3DOmTQVOKDomNbrHuuudS 4Q%26oauth_nonce%3DrkocKD.~GoWoUPUGvtdxPdNw4%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1287038316%26oauth_token%3D144717423-hrxCod9d6GMVnuLcYPHucluTx

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-13 Thread Tom van der Woerdt
Could you give us your Base String? Tom On Oct 14, 2010, at 8:00 AM, Georgooty varghese wrote: > Thanks for quick reply. > > Now i have removed xAuth stuff in GET parameter. > > Now uri is look like > > http://api.twitter.com/1/statuses/home_timeline.json?oauth_consumer_key=&; > oau

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-13 Thread Georgooty varghese
Thanks for quick reply. Now i have removed xAuth stuff in GET parameter. Now uri is look like http://api.twitter.com/1/statuses/home_timeline.json?oauth_consumer_key=&; oauth_nonce=uL0qgrUAvpXplm1jw8GKScISb.ROJ8&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1287035395&oauth_token=

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-13 Thread Tom van der Woerdt
Don't use xAuth, use OAuth. Leave the x_auth_ stuff and use your oauth_token and oauth_token_secret. Oh, and look at what xAuth actually is. It's no replacement for OAuth. Tom On 10/14/10 5:22 AM, Georgooty varghese wrote: > Dear Twitter, > > I have implemented a twitter client application i

Re: [twitter-dev] Finding undone retweets

2010-10-13 Thread Tom van der Woerdt
Last time I checked the streams documentation, it said that it does not support retweet undo messages yet. You'll have to wait. Tom On 10/14/10 2:17 AM, @CloudMarc wrote: > I need to know when one particular user (myself) undoes a retweet. > I'm happy to get this via streaming API or by polling

[twitter-dev] Incorrect signature while getting home tweets

2010-10-13 Thread Georgooty varghese
Dear Twitter, I have implemented a twitter client application in C using xAuth authentication. I got auth token and token secret. Then I wont be able to get home tweets. Exception is Incorrect signature. URL is http://api.twitter.com/1/statuses/home_timeline.json? oauth_consumer_key=***

[twitter-dev] Previous Cursor issue in follower/Following list

2010-10-13 Thread Karthik
Hi all, I am trying to achieve paging in my following and followers list. My page consist of 20 user each. I am totally having around 400 Following. So In my application , I want to achieve 20 pages of following list.I want to navigate Next and Previous pages. So I am using the below Twitter API:

[twitter-dev] Finding undone retweets

2010-10-13 Thread @CloudMarc
I need to know when one particular user (myself) undoes a retweet. I'm happy to get this via streaming API or by polling status or any way I can. I've tried follow(id), /1/statuses/filter.json?follow=screen_name, retweeted_by_me, etc. - no joy. I also am listening to gardenhose, do occasionally

[twitter-dev] Login App

2010-10-13 Thread kevin simmons
I am currently developing a game that incorporates facebook and twitter. This will be a game available on facebook as all other facebook games are. If you are not familiar, quick steps: search for a game on facebook select allow or deny tracking of data game launches. but before we launch you i

[twitter-dev] Re: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread Orian Marx (@orian)
The in_reply_to info is definitely set. It's showing up properly in TweetDeck. However things are right now, I don't think they should be touched. On Oct 13, 3:28 pm, Matt Harris wrote: > Looking into this it shows this is a presentation issue on twitter.com > as these are mentions. To confirm th

[twitter-dev] limits for Lists?

2010-10-13 Thread Rick
Hey, Working on some analytics and since I'm not quite ready to make the leap to the streaming api I was thinking of using lists. Listing 500 people * 20 lists = 10 000 people is okay to do (subject to API limits)? That is it's not the same as trying to follow them where it degrades the twitter

[twitter-dev] Re: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread @epc
When in_reply_to_status_id was originally added you could "reply" to a tweet without including the @username in the tweet, and twitter would accept that (and thread that) as a proper reply. On the one hand this freed up a few additional characters for the reply, but also lead to confusion since p

Re: [twitter-dev] Re: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread Abraham Williams
The in_reply_to fields are set: http://api.twitter.com/1/statuses/show/27265789132.json I can confirm that the screen_name can be contained anywhere in the text for replies. It has been this way for as long as i can remember except in the #vintagetwitter web interface. Here is another example whe

Re: [twitter-dev] Displaying custom media in the right pane

2010-10-13 Thread Taylor Singletary
There's currently no self-serve means to appear on the right-hand details pane. If you're interested in seeing your content there, please contact contentpartnersh...@twitter.com Thanks, Taylor On Wed, Oct 13, 2010 at 7:27 AM, Brutuscat wrote: > There is any way to get white-listed and let twitt

[twitter-dev] blocks/blocking

2010-10-13 Thread Tim
Hey guys. the blocks/blocking call paging doesn't seem to work. - or at least with my 136 blocks I get the same results whatever page I specify - which is all of them of course. Does this work with a larger number of blocks? also there doesn't seem to be a limit parameter, and if paging does work

Re: [twitter-dev] Re: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread Matt Harris
Looking into this it shows this is a presentation issue on twitter.com as these are mentions. To confirm this I checked the in_reply_to fields in the API response. In these messages the in_reply_to fields are null. This can also be seen when not in #newtwitter - http://twitter.com/mikedizon does no

[twitter-dev] Re: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread Orian Marx (@orian)
It seems like a proper @reply does not require a leading @username. Take this recent reply to me for example: http://twitter.com/#!/mikedizon/statuses/27265789132 (note the reply was created via twitter.com too). On Oct 8, 12:07 pm, Taylor Singletary wrote: > I've never known this to work, but I

[twitter-dev] Re: Question about TT's

2010-10-13 Thread Brian Sutorius
Hi Emerson, Please contact our communications team for more information about this. You may reach them by filling out the form at http://twitter.com/help/contact/make_press_inquiry . Brian Sutorius Twitter API Policy On Oct 12, 6:44 pm, Emerson Damasceno wrote: > Hello there. Obviously this is n

[twitter-dev] #NewTwitter issues: account setup, page width

2010-10-13 Thread RF
Hello, I have observed the following issues with the #NewTwitter. I am using Win XP-Pro and IE8 for these observations. My monitor is 1280 wide. 1. New account creation - receive message and view in Gmail - click on confirmation link and new tab opens showing new account home page. There is no

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Thanks Taylor.. When I used "https:// in UR" SSL Issue was resolved . Now i have face another issue for getting home tweets. Exception is incorrect signature. How it can solved... Anybody please help me?.. On Wed, Oct 13, 2010 at 7:15 PM, Taylor Singletary < taylorsinglet...@twitter.com> wr

[twitter-dev] Displaying custom media in the right pane

2010-10-13 Thread Brutuscat
There is any way to get white-listed and let twitter know the content to be displayed of an url, much like facebook share with metadata or Yahoo's standard enhanced results? My request is to allow to display content at the right pane. Just like a flash game or a swf widget. http://developer.searc

RE: [twitter-dev] SSL required

2010-10-13 Thread james ---------------
Date: Wed, 13 Oct 2010 15:16:54 +0530 Subject: Re: [twitter-dev] SSL required From: georgo...@gmail.com To: twitter-development-talk@googlegroups.com I have used http://. Now i got other exceptio message "Failed to validate oauth signature and token" I have used liboauth libraries .. Could u

[twitter-dev] Twitter libraries/ Caching issue

2010-10-13 Thread zoomcreator
Hello, I have my own caching solution using magpie with rss feeds. However, I have a continual problem with duplicates in news feed broadcasts. Love to get anyones suggestion for a solution to this problem. Just wondering if I need to update my twitter libraries and if so where can I fin

Re: [twitter-dev] SSL required

2010-10-13 Thread Taylor Singletary
Hi Georgooty, Few quick pointers in the right direction: * SSL ( https ) IS required for xAuth implementation. You must use it. * Header-based OAuth is required for xAuth implementation. Your POST body contains oauth_* parameters that should only be present in the Authorization header part of the

[twitter-dev] "in reply to"

2010-10-13 Thread Zeb
Hi there, I have a question. Is there a way to grab a reply on a tweet. So not a retweet. But only replies. So that you can show how people reacted on a tweet on a website. Hope this is possible with the API, Thanks in advance, Zeb -- Twitter developer documentation and resources: http://dev.t

[twitter-dev] Search profiles

2010-10-13 Thread calford
Hi, I need to create an application that returns the number of profiles found when searching on a keyword the correct api method seems to be http://api.twitter.com/1/users/search.format the problem i have is that in order to know how many i have to go thru all the pages (only up to 20 results p

[twitter-dev] Twitter Login API using ASP.net

2010-10-13 Thread ved
Hello, I am new on twitter but I have to integrate twitter login api with my website. I don't know exactly what procedure need to be done.. Please help me. Thanks, -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterap

[twitter-dev] [twitcurl Lib] Direct Message Error

2010-10-13 Thread balbari
I used twitcurl lib. and operate almost well. but, The error occurs, when I use Direct Message. The lower part is the source. = source begin = // direct_message char DirectMsg[1024]; memset( DirectMsg, 0, 1024 ); printf( "\nEnter a new direct message

[twitter-dev] Twitter Call Back for Portal

2010-10-13 Thread abhinav
I have integrated twitter in a portal solution. The portal page where I register user for twitter, for the OAuth changes I have to give a URL for authorization. Now my question is that, portlets are not url addressable so how do I implement callback functionality for authorization. -- Twitter dev

[twitter-dev] GetFriendsTimeline

2010-10-13 Thread Hayko
Hi..i need a little help.i'm tring to figer out why GetFriendsTimeline is not workin' on my python.it is not answering to any reqest thanx a lot Hayko -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: The remote server returned an error: (401) Unauthorized. + asp.net

2010-10-13 Thread Mansi
Is there any solution?? Can somebody help me on this issue? On Oct 9, 3:13 pm, Mansi wrote: > Does anybody has idea for this issue? > > On Oct 7, 4:30 pm, Mansi wrote: > > > I have to post text on Twitter through my web site. > > For that I've created one application on Twitter. And have done al

[twitter-dev] Access Token Details

2010-10-13 Thread Andrew Cross. Gna
This was the description given at the FAQ of twitter application Prepare long-term storage for access tokens and secrets "Whatever your storage system may be, you'll need to begin storing an oauth_token and oauth_token_secret (collectively, an "access token") for each user of your application. Th

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Anybody please help me.. post data is oauth_consumer_key=**&oauth_nonce=3bC~Syh7v2ujOA6UvgefM34O&oauth_signature_method=HMAC-SHA1&oau th_timestamp=1286969415&oauth_version=1.0&x_auth_mode=client_auth&x_auth_password=***&x_auth_username=*&oauth_signature=SCa7NDHr7w

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Still I got SSL exception.. SSL required /oauth/access_token Any body please help me. ' On Wed, Oct 13, 2010 at 3:16 PM, Georgooty varghese wrote: > I have used http://. > > Now i got other exceptio message > "Failed to validate oauth signature and to

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
I have used http://. Now i got other exceptio message "Failed to validate oauth signature and token" I have used liboauth libraries .. Could u please help me. On Wed, Oct 13, 2010 at 2:48 PM, Scott Wilcox wrote: > You should be calling https://, http:// on the URIs. > > On 13 Oct 2010, at 10

Re: [twitter-dev] SSL required

2010-10-13 Thread Scott Wilcox
You should be calling https://, http:// on the URIs. On 13 Oct 2010, at 10:13, Georgooty varghese wrote: > Dear Twitter, > > I have some doubts. I have used xaith authentication for my application. I > have implemented a twitter client in c#.net. Now I have used to implement a > twitter client

[twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Dear Twitter, I have some doubts. I have used xaith authentication for my application. I have implemented a twitter client in c#.net. Now I have used to implement a twitter client in C. Now I got the following exception. SSL required /oauth/

Re: [twitter-dev] status destroy / caching in NewTwitter.

2010-10-13 Thread CWorster
Hi Tom, very nice find. Manually switching between old- and newtwitter will flush the ''statuses/home_timeline'' API-Endpoint. Hope this issue will get some attention from Twitter-Devs. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://t

Re: [twitter-dev] Re: Extreme caching of deleted tweets in 'statuses/home_timeline'

2010-10-13 Thread CWorster
Thanks a lot for your replies.and confirmation! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group:

Re: [twitter-dev] Re: Reminder: Status IDs are changing at 10am PDT/5pm UTC Tuesday 12th October 2010

2010-10-13 Thread Nathaniel Irons
On Tue, Oct 12, 2010 at 1:51 AM, artesea wrote: > However if the tweets will no longer be directly incremental, will > this method still work or could the odd tweet disappear (I assume they > would need to be posted at the same millisecond, but it could be > possible)? > By my read of the Snowf