[twitter-dev] Re: Does it affect the existing iphone app on appStore if we change Twitter application Default Access type?

2010-10-27 Thread Niraj Joshi
Hi Taylor Thanks for your response. Still I have some confusion. My current iphone application on appstore uses the Twitter application having read only access. Now I had used the consumer key & consumer secret to access that application. My question is if i change the access type to read-write m

[twitter-dev] xAuth request returns 401, need help

2010-10-27 Thread Chrys Bader
Hey all, This is my first post in this group, hi! I am having trouble making a request on https://api.twitter.com/oauth/access_token. I've been at this for 2 days and I can't make any progress. I feel like everything matches up with all examples, documentation, and other forum posts perfectly.

[twitter-dev] Re: Twitter Desktop Client app with Embedded Browser getting a 401 unauthorized when hitting home_timeline.json

2010-10-27 Thread Nick Bradbury
Check the text of the response - it may provide some clues as to where the problem is. On Oct 27, 6:30 pm, DavidD wrote: > I am using Oauth for Delphi from ChuckBeasley.com > > I am able to in order > 1) get a request token > 2) call with my callback url and put in my credentials. > 3) get redire

[twitter-dev] Re: Problem redirecting with oauth_callback to localhost

2010-10-27 Thread Robert Brehm
Never mind. I found that I needed to use the twitter4j getOAuthRequestToken method that accepts a callback URL. Bob On Oct 27, 2:10 pm, Robert Brehm wrote: > Hi, > > I have been having trouble getting my app to redirect to localhost. > Here's the URL. > > http://api.twitter.com/oauth/authentic

[twitter-dev] Re: Entities display_url and expanded_url

2010-10-27 Thread @IDisposable
> Is the expanded_url field only intended to be present for t.co- > shortened links, or will it be extended to work with bit.ly and other > services? If you want expanded urls for all shorteners, I recommend using http://untiny.com -- Twitter developer documentation and resources: http://dev.twi

[twitter-dev] Twitter Desktop Client app with Embedded Browser getting a 401 unauthorized when hitting home_timeline.json

2010-10-27 Thread DavidD
I am using Oauth for Delphi from ChuckBeasley.com I am able to in order 1) get a request token 2) call with my callback url and put in my credentials. 3) get redirected correctly to my callback url in a TEmbeddedWB component. 4) get an access token (at least I believe I am) since screen_name and u

[twitter-dev] Additional capacity added to stream.twitter.com and betastream.twitter.com clusters

2010-10-27 Thread John Kalucki
We've completed an upgrade to the stream.twitter.com cluster this afternoon. Additional bandwidth and servers are now in production. This additional capacity should help throughput on certain distant high-volume clients during peak periods. Most other stream.twitter.com clients will not notice a di

[twitter-dev] Re: Callback never called with the Streaming API

2010-10-27 Thread Tobias C. Jensen
Nevermind, everything is good! Thanks again! :) On 26 Okt., 16:12, "Tobias C. Jensen" <2bia...@gmail.com> wrote: > It seems, though, that if I change just one of the three parameters in > the streaming call, the page just continuously loads. I don't know if > that's normal. Or maybe it just doesn'

[twitter-dev] Problem redirecting with oauth_callback to localhost

2010-10-27 Thread Robert Brehm
Hi, I have been having trouble getting my app to redirect to localhost. Here's the URL. http://api.twitter.com/oauth/authenticate?oauth_token=XXX&oauth_callback=http%3A%2F%2Flocalhost%2Fmyapp%2FSocialMediaLogin%2Fsocialmedialogin.do%3Fprovider%3DTwitter. What's happening is the twitter applicati

[twitter-dev] Re: GET Querystring for status update not working on new Twitter

2010-10-27 Thread Chris Muller
Is this the same underlying issue that could be causing the button to not show the a tweet count for some URLs with query strings? For instance, we're passing: a URL (http://www.foo.com/bar.cgi? f=1/2/3456.stuff) encoded as http%3A%2F%2Fwww.foo.com%2Fbar.cgi%3Ff %3D1%2F2%2F3456.stuff in a query st

Re: [twitter-dev] updating twitter tools inside my wordpress blog

2010-10-27 Thread Slate Smith
yeah via tweetdeck, via web or ... via your app when clicking on your app goes to app url. On Oct 27, 2010, at 2:11 PM, dave g wrote: i dont understand this step? Your Application's Name will be what shows up after "via" in your twitter stream -- Twitter developer documentation and resourc

Re: [twitter-dev] Twitter authentication

2010-10-27 Thread Slate Smith
just download TwitterOAuth by @abraham problem solved. On Oct 27, 2010, at 2:35 PM, DallyPost wrote: I am trying to write a php script that will post a new status to my twitter account. I have tried several available scripts and they have all failed. The error messages I receive do not give a s

[twitter-dev] Twitter authentication

2010-10-27 Thread DallyPost
I am trying to write a php script that will post a new status to my twitter account. I have tried several available scripts and they have all failed. The error messages I receive do not give a specific reason for the failure. In my research, I learned that basic authentication was removed in August

[twitter-dev] updating twitter tools inside my wordpress blog

2010-10-27 Thread dave g
i dont understand this step? Your Application's Name will be what shows up after "via" in your twitter stream -- 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

Re: [twitter-dev] De-duplicating Site Streams

2010-10-27 Thread Scott Wilcox
Hi Marc, I'd throw the hat in for MongoDB, its retardedly fast and I now adore it. Pop me a message on Twitter if you'd like to discuss it more. Scott. On 27 Oct 2010, at 19:05, M. Edward (Ed) Borasky wrote: > Quoting Marc Mims : > >> De-duplicating statuses in the Streaming API is fairly str

Re: [twitter-dev] De-duplicating Site Streams

2010-10-27 Thread M. Edward (Ed) Borasky
Quoting Marc Mims : De-duplicating statuses in the Streaming API is fairly straightforward. But with Site Streams, where a single status might be received multiple times for multiple mentioned users, and/or as favorites, it is a bit more difficult. I'm wondering if anyone can offer advice on an

Re: [twitter-dev] Re: Entities display_url and expanded_url

2010-10-27 Thread yaemog Dodigo
> Is the expanded_url field only intended to be present for t.co- > shortened links, or will it be extended to work with bit.ly and other > services? > Afaik it's only for t.co. To get bit.ly and other shortend url's resolved I use http://long-shore.com/ They have a convenient easy-to-use api -d

Re: [twitter-dev] Does it affect the existing iphone app on appStore if we change Twitter application Default Access type?

2010-10-27 Thread Taylor Singletary
When you change an application from read-only mode to read-write mode, it only effects access tokens created after you've made the switch. So if you want write priviledges for any existing access tokens, you'll have to re-negotiate them. Taylor On Wed, Oct 27, 2010 at 2:58 AM, Niraj Joshi wrote:

[twitter-dev] Does it affect the existing iphone app on appStore if we change Twitter application Default Access type?

2010-10-27 Thread Niraj Joshi
Hi I created the new application in Twitter & enabled xAuth support for the same. Previously the application Default Access type was "read only". Using the consumer key & secret I made my iphone application & it is now on app store. Now i want to change Default Access type to "read-write" mode, as

[twitter-dev] Re: "Invalid / expired Token" error message when trying to update status

2010-10-27 Thread angelsk
Fixed, thanks On Oct 27, 10:00 am, angelsk wrote: > I shall try creating another application - there are no other > differences between the two scripts, other than the account. > > Thanks > > J > > On Oct 25, 4:02 pm, Taylor Singletary > wrote: > > > > > If you create an alternate application wi

[twitter-dev] Re: "Invalid / expired Token" error message when trying to update status

2010-10-27 Thread angelsk
I shall try creating another application - there are no other differences between the two scripts, other than the account. Thanks J On Oct 25, 4:02 pm, Taylor Singletary wrote: > If you create an alternate application with the same account, issue access > tokens for that account, and perform th

[twitter-dev] Re: Status Update - Error - 500 Internal Server Error

2010-10-27 Thread Anandhev Jayakumaar
Hi, Finally fixed. I missed URLEncode the signature in Authorization header. FYI, this signature part is not required to be sent as part of Authorization header when we use any GET request. Thanks, Anandhev On Mon, Oct 25, 2010 at 5:35 PM, Anandhev wrote: > Hi, > > I get the error while send

[twitter-dev] Re: How to tell an item is a re-tweet?

2010-10-27 Thread goodsanket
I am having the exact same problem. First of all home_timeline method does not include retweets made by you and on top of that it does not include whether a particular tweet has been retweeted or not. It is confusion for the end user. User will try to retweet and he will get a error message. But i

[twitter-dev] Home tweets count

2010-10-27 Thread Georgooty varghese
Dear Twitter, I have developed a twitter client in C. I have 1 question about home tweet url response. I need total home tweet count from its response. How to get total home tweet count?. Is it possible. How? Could you please help me. Regards, George -- Twitter developer documentation and res