Re: [twitter-dev] Using twitter @nywhere with rest api

2010-08-02 Thread Matt Harris
; direction. Is there a way to use @nywhere and the rest api of > without forcing the user to log in twice? I like the features of > @nywhere, but also need ability to send tweets on the users behalf. > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Will you guys help me here?

2010-08-06 Thread Matt Harris
m twitter-side , what can be the problem(means like > > internet speed or anything)? > PHP can be the problem. > > > * > >*I am using rest API method and My Twitter Class PHP by Andres "Artux" > > Scheffer, Mozilla browser (v3.6.8). > > > >

Re: [twitter-dev] AS3 Support?

2010-08-06 Thread Matt Harris
-3/ > > Thanks for any help, > Dave > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Help with an application.

2010-08-06 Thread Matt Harris
f them... For example if the application is suppose to send 5 > tweets, only 3 of them gets send, or sometimes 4. > > I believe it has nothing to do with the variable where I put the tweet > message (it´s a session variable concatenated with a string and the > random number). >

Re: [twitter-dev] Re: DMs and followers list

2010-08-06 Thread Matt Harris
re or less do > > > the same as twitter in this case. > > > > > thanks, > > > > > Mark > > > > -- > > -Marcelo > > > > Twitter: @calbucci <http://twitter.com/calbucci> | blog.calbucci.com | > Seattle > > 2.0 <http://www.seattle20.com/> > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: What do the attributes represent in a geo place lookup for a city

2010-08-06 Thread Matt Harris
orward to the doc updates. > > > > On Jul 12, 11:05 pm, Matt Harris wrote: > > > > > > > > > > > > > > > > > Great questions. I'll be publishing a document to dev.twitter.comabout > > > this > > > in the next couple of

Re: [twitter-dev] Re: Best method of displaying a list of friends

2010-08-09 Thread Matt Harris
hang wrote: > > > > What's the best method for display a list of friends to a twitter > > > > user? In most other oauth / social network apis - they usually return > > > > an id as well as a name. > > > > > > What's the best way to go ab

Re: [twitter-dev] Re: OAuth page showing "opening and ending tag mismatch"

2010-08-09 Thread Matt Harris
onathan del Strother > wrote: > > Thanks for the update - I'll let our users know and get back to you if > > there's any further problems. > > > > On Aug 3, 7:05 am, Matt Harris wrote: > > > > > > > > > We found some escape markers

Re: [twitter-dev] Re: Norton detects this js on my site, I'm not able to find it!

2010-08-11 Thread Matt Harris
com/report/show?name=justunfollow.com > > > > I just checked about 5 pages of your site and I do not see it. I checked > > with a javascript debugger so I also checked deferred loads. > > > > I also wonder why Norton flags that file as unsafe... Looks perfectly > > safe to me. > > > > Tom > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Twitter PHP "screen_name"

2010-08-11 Thread Matt Harris
to get the screen_name value of a user in > PHP? I already implemented successfully installed from the libraries > the TwiiterOauth but not sure where to start with getting the > screen_name to display. I been searching online for some php > scripts. > -- Matt Harris Developer

Re: [twitter-dev] stream.twitter.com/1/statuses/filter

2010-08-11 Thread Matt Harris
treaming_api_methods#follow > > any info someone has is greatly appreciated! > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Streaming API and lists

2010-08-12 Thread Matt Harris
: > Hello there, > > Does anyone knows if it's possible to use the streaming api to > follow a list instead of a user? > I already tried using the list id as the follow parameter with no > success... > > Regards, > Thiago Souza > -- Matt Harr

Re: [twitter-dev] Multiple data-related variables in Tweet Button

2010-08-12 Thread Matt Harris
ey use the new tweet button. We have 6 > accounts for our Hockey Team and would like to suggest that our > followers follow all of them. > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Introducing the Tweet Button

2010-08-12 Thread Matt Harris
ke to use this on Ars Technica, but it seems to force the > t.co shortener on us. We have our own shorturl system (arst.ch) and I > need to use that. Can you explain how I might go about doing > that—I've scoured the docs and have seen no mention of custom Short > URLs. > >

Re: [twitter-dev] Re: Problems Loading Profile Images

2010-08-12 Thread Matt Harris
> > > > > >> > in incorrect image URLs, and while this should now be fixed > for more > > > > > > >> > recently updated/created images, those with avatars saved > while in > > > > > > >> > this state will likely remain in that state until they > re-upload their > > > > > > >> > image. > > > > > > > > >> > What kind of percentages are you seeing in regards to > missing/broken images? > > > > > > > > >> > Taylor > > > > > > > > >> > On Wed, Jul 21, 2010 at 5:35 AM, luisg < > luisfmgoncal...@gmail.com> wrote: > > > > > > >> > > I'm having the same problem too... But just sometimes. > > > > > > >> > > Anyway, looks like Twitter is better now... At least is > not so slow as > > > > > > >> > > was a couple of weeks ago. > > > > > > > > >> > > On Jul 21, 4:59 am, Ron wrote: > > > > > > >> > >> Anyone noticing problems loadingprofileimages (slow, no > image > > > > > > >> > >> returned, hanging...)? Seems to show up mostly on Public > and Search > > > > > > >> > >> endpoints. > > > > > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] What is the history of Twitter's search history?

2010-08-12 Thread Matt Harris
I > understand the purpose of decreasing the history, but is there an > official reason for the changes? > > Thanks, > Adam DuVander > ProgrammableWeb > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] WordPress

2010-08-12 Thread Matt Harris
om/socialmedia/2010/08/12/the-new-tweet-button-launches-for-wordpress-com-users/ > > If you host your own blog, then I don't know - you will most likely have > to wait until an addon is released, or write your own. > > Tom > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: stream.twitter.com/1/statuses/filter

2010-08-12 Thread Matt Harris
-u username http://stream.twitter.com/1/statuses/filter.json -d "follow=777925,123456" -X POST Hope that helps, Matt On Thu, Aug 12, 2010 at 1:04 PM, kme wrote: > I see, so it's not really a key/value pair then, it's the uri-encoded > expression as a whole? > >

Re: [twitter-dev] Streaming API limits

2010-08-16 Thread Matt Harris
ouza > > Hi Thiago, > > I don't think that Twitter will give you these numbers. Just don't > create more connections than necessary, and if you need more track > keywords, you should consider asking Twitter for an upgrade of your > account. > > Tom > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] POST geo/place : place is not in a whitelisted container

2010-08-17 Thread Matt Harris
o get my app > whitelisted in order to save places? > > http://dev.twitter.com/pages/rate-limiting#whitelisting does not > mention anything about the Geo api. > > Clay > http://ratecred.com > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Is it possible to have a filter.json Stream that uses both Track and Follow arguments?

2010-08-17 Thread Matt Harris
http://dev.twitter.com/pages/streaming_api_methods#statuses-filter Best, Matt On Tue, Aug 17, 2010 at 2:35 PM, Guillermo wrote: > If so, what would the curl command line look like? > > Thanks, > Guillermo > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Matt Harris
Hey, Looking back at your original email I notice your base string has the URL https://api.twitter.com... but your request is to http://api.twitter.com The base string and request URLs must be the same otherwise your request is invalid. Hope that helps, Matt Harris Developer Advocate

Re: [twitter-dev] Re: Twitter Over Capacity

2010-08-18 Thread Matt Harris
> The base URL used in signature is as follows > > > > POST&%3A%2F%2Fapi.twitter.com%2Foauth%2Frequest_token > > > > %26oauth_consumer_key%3D*** > > > > %26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp > > > > %3D12821

Re: [twitter-dev] Mentions access the application without authenticating.

2010-08-19 Thread Matt Harris
ny way to access Mentions of the application without having to log > into twitter ... > wanted to make this access to retrieve tweets via Javascript and C #. > Any idea? > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] User_Timeline - include_rts not working

2010-08-19 Thread Matt Harris
roblem is, it doesn't include native Retweets, even though I've > set include_rts to true. The docs clearly say it should work, but it > doesn't. What could be the problem? Thanks in advance :) > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-19 Thread Matt Harris
. > > > > please help me. > > > > thanks regards yakub pasha > > > > On Aug 18, 8:31 pm, Matt Harris wrote: > > > > > Hey, > > > > > Looking back at your original email I notice your base string has the > URLhttps://api.twitt

[twitter-dev] Recent API changes and new fields

2010-08-20 Thread Matt Harris
site stability. We recommend you always check a field exists before attempting to use it and be prepared for the value to be empty. This will help ensure your code stays stable if we have to turn features off. We'll also be adding this information to the main API documentation soon. Best, M

[twitter-dev] Status IDs are changing on 21st September

2010-08-23 Thread Matt Harris
be a noticeable jump in the numerical value of status IDs when we change. You can read more about Snowflake on the Twitter Engineering blog: http://bit.ly/announcing-snowflake Best Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

[twitter-dev] Entities support on the Streaming API

2010-08-23 Thread Matt Harris
entities on our developer resources site: http://dev.twitter.com/pages/tweet_entities Best, Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-23 Thread Matt Harris
gt; > > to a...@twitter.com explaining your application, its userbase, and why >> > > other >> > > > forms of OAuth won't work for your application. >> >> > > > xAuth is limited to native desktop & native mobile applications. >> >> > > > Taylor >> >> > > > 2010/8/19 João Paulo Sabino de Moraes >> >> > > > > I'm using tweetr api (adobe air api), it uses OAuth. >> > > > > Is it possible to integrate OAuth apis with xAuth ? >> >> > > > > thanks > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-23 Thread Matt Harris
10 at 4:33 PM, Joe wrote: > will we see this in both search and stream API? > > On Aug 20, 6:45 pm, Matt Harris wrote: >> Hey everyone, >> >> This week we rolled out a couple of new data fields for the status and user >> objects. For a while it has been difficult for you

Re: [twitter-dev] null posts in home_timeline

2010-08-23 Thread Matt Harris
ke myself read > more books...I've found three in the last 10 minutes." >    }, >    null, >    { >        "coordinates": null, >     . > > > null objects being included in the list of tweets? > > Only seems to have started today.

Re: [twitter-dev] OAuth/authentication language setting

2010-08-23 Thread Matt Harris
ext. > This happens for both FireFox & InternetExplorer. > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] POST Daily limits and Direct Messages

2010-08-23 Thread Matt Harris
oy my application. What, if any, is the process > for requesting a higher limit on direct messages? > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: POST requests failing with NSURLErrorDomain error -1012 on iPhone

2010-08-23 Thread Matt Harris
params]; >> >>         fetcher = [[[OADataFetcher alloc] init] autorelease]; >>                 [UIApplication >> sharedApplication].networkActivityIndicatorVisible = >> YES; >>         [fetcher fetchDataWithRequest:request >>                              delegate:self >> >> didFinishSelector:@selector(statusRequest:didFinishWithData:) >> >> didFailSelector:@selector(statusRequest:didFailWithError:)]; >> >>         [x1 release]; >>                 [x2 release]; >>                 [x3 release]; >> >> For further information, I can successfully send signed GET requests. >> Also, for methods that can use GET or POST, GET works just fine, but >> POST throws the same old error. Any help would be greatly appreciated. > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Return Public Timeline Tweets based on Geo Location

2010-08-24 Thread Matt Harris
> >> > I looked at search, which can limit the returned amount by >> > GeoLocation, however, it requires a query search string, which I don't >> > have. >> >> > Any help or friendly point in the right direction is appreciated... >> >> > Thanks. >> >> > Mark > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Re: Introducing the Tweet Button

2010-08-24 Thread Matt Harris
vascript and a few >> URL parameters or data attributes of a link. >> >> To add this to your own site grab it fromhttp://twitter.com/tweetbutton, >> or create your own using our developer >> documentation,http://dev.twitter.com/pages/tweet_button >> >&g

Re: [twitter-dev] Re: Twitter Button Counts

2010-08-24 Thread Matt Harris
hen >> > > > doing the count lookup isn't finding them (url to short??? doesn't >> > > > like .org.uk???) >> > > > My shortlinks are the same for each post as I'm just using the >> > > > wordpress post id with a 301 redirect

Re: [twitter-dev] Re: null posts in home_timeline

2010-08-24 Thread Matt Harris
s. >> >> Did you change the api specific? Or do you have any plan to fix this? >> >> Thanks, >> emmettoc >> >> On 8月24日, 午後3:41, Matt Harris wrote: >> >> >> >> > Hi David, >> >> > Could you provide a couple of status

Re: [twitter-dev] ReTweet / Count Consistency

2010-08-24 Thread Matt Harris
ng this mailing list with developments. I hope that answers you questions and clarifies reason for the differences. Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

Re: [twitter-dev] Search API problems...

2010-08-24 Thread Matt Harris
ces: 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: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt

Re: [twitter-dev] Re: Twitter Button Counts

2010-08-24 Thread Matt Harris
r search doesn't appear to be: > http://search.twitter.com/search?q=http%3A%2F%2Fblog.snowballfactory.com%2F2010%2F08%2F15%2Ftweet-button-with-shortening-for-wordpress%2F > > From what I can see, the issue appears to be related to what short > URLs Twitter is choosing to index for the co

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-24 Thread Matt Harris
Hey Zac, The Streaming API already has these fields included. Matt On Tue, Aug 24, 2010 at 9:38 AM, Zac Bowling wrote: > Is there a time line for the streaming API getting these changes? > > > Zac Bowling > > > > On Mon, Aug 23, 2010 at 11:40 PM, Matt Harris

Re: [twitter-dev] Re: Unfollow bug?

2010-08-24 Thread Matt Harris
-c. >> >> ps: After unfollowing if I load user profile (/users/show) the info >> returned is correct, >> I am not following him. > > > -- > Cesare Rocchi > studiomagnolia.com > -- Matt Harris Developer Advocate, Twitter http://twitter.com/thematthar

Re: [twitter-dev] Re: POST Daily limits and Direct Messages

2010-08-24 Thread Matt Harris
ase is requested. > > I am sure the answer is obvious, I just have been unable to find it. > > Looking forward to your reply... > > Dave > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http

Re: [twitter-dev] getting 404 error when trying to subscribe to a list

2010-08-24 Thread Matt Harris
- > 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: > http://groups.google.com/

Re: [twitter-dev] Re: Need Help!! - How Oauth will work in my case?

2010-08-24 Thread Matt Harris
t; I >> > pass my white listed account user name and password to get all the data. >> > *Now >> > which Oauth library should I prefer that will meet my requirement?* >> > >> > 2. *How Oauth is going to work*? -> I am doubtful that how Oa

Re: [twitter-dev] Twitter OAuth Authentication Fails

2010-08-24 Thread Matt Harris
om/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter d

Re: [twitter-dev] Re: null posts in home_timeline

2010-08-25 Thread Matt Harris
be fixed from @twitterapi. > > But I am still receiving the null in exactly same location. > Will it take some time to be applied to entire tweet response? > > > Caizer. > > > On Aug 24, 11:34 pm, Matt Harris wrote: >> Hey everyone, >> >> Thanks for your

Re: [twitter-dev] Re: Replies/mentions not available?

2010-08-25 Thread Matt Harris
related to json output) > > -- > 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 gr

Re: [twitter-dev] Tweed API calls getting lots of failures

2010-08-25 Thread Matt Harris
gt; end? > > Any other OAuth folks have their apps on fire? > > thx, > > --dwf > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://tw

Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-08-25 Thread Matt Harris
gt; retweets that should show. > > Thanks, > Hen > > On Aug 19, 11:34 pm, Matt Harris wrote: >> Hey, >> >> Retweets should be included if they exist in the users timeline when you >> request them. For example if you request 20 Tweets of the timeline and one >> o

Re: [twitter-dev] last_read_status_id and last_read_dm_id

2010-08-25 Thread Matt Harris
would take at least one of both values and save them to the Twitter account > the user is authenticated for. > > > What do you think? I'd love to see this feature in the twitter API and would > implement it in my clients ASAP. > > Best regards, > Fabian Schlenz &g

Re: [twitter-dev] Re: OAuth throws HTTPBadResponse error when used to get friends_timeline "since_id"

2010-08-25 Thread Matt Harris
asttweetid').read > > which was appending an "\n" at the end thus messing with the request > generation in accessToken. > So, just need to make it > > lastid = open('lasttweetid').read.strip > > and everything is fine. > Now that my pet projec

Re: [twitter-dev] Request to better style the "Tweet" button

2010-08-25 Thread Matt Harris
o the "Follow" button and other buttons > produced by @Anywhere UI > > Thanks! > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: ht

Re: [twitter-dev] followed_by_my_follows or follows_in_common via API?

2010-08-25 Thread Matt Harris
entation 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: > http://groups.google.com/group/twitter-development-talk

Re: [twitter-dev] Twitter button not showing up in IE7

2010-08-25 Thread Matt Harris
s not showing up in IE7 (in both IE8 compatibility mode and > IETester). I don't see any JS errors, but absolutely nothing is > showing up, on either the main page or the post pages. > > I tried to move the js into the header but that didn't help. > > Any ideas? > >

Re: מענה: Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-08-25 Thread Matt Harris
ill can't see retweets > > > -הודעה מקורית- > מאת: Matt Harris > נשלח:  25/08/2010 8:30:48 pm > נושא:  Re: [twitter-dev] Re: User_Timeline - include_rts not working > > Hey Hen, > > Are you still finding retweets are not showing up for you? > >

Re: [twitter-dev] Entities support in Streaming API

2010-08-25 Thread Matt Harris
er: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and reso

Re: [twitter-dev] HTML errors on /signup, /account/new, /account/create

2010-08-25 Thread Matt Harris
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: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter

Re: [twitter-dev] Re: POST Daily limits and Direct Messages

2010-08-25 Thread Matt Harris
t. Once I am in production it will be an > issue. From what you say here, my recourse is to use the whitelisting > process so seek higher limits when they are needed. > > Thanks for the clarification! > > Dave > > On Aug 24, 6:13 pm, Matt Harris wrote: >> Hi Dave, >

Re: [twitter-dev] Whitelist and Authentication

2010-08-25 Thread Matt Harris
gt; 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: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twit

[twitter-dev] NULLS in JSON responses and OAuth web page errors on mobile now resolved

2010-08-25 Thread Matt Harris
OAuth webpages on mobile, or see NULLs in the JSON responses please let us know along with your Twitter screen_name, what platform you were using and the API request you made. Thanks for your patience whilst we worked those issue out, Best, Matt Harris Developer Advocate, Twitter http://twitte

Re: [twitter-dev] WIDGET ISSUES

2010-08-25 Thread Matt Harris
s: 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: > http://groups.google.com/group/twitter-development-talk?hl=en >

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-08-25 Thread Matt Harris
Please help if anyone knows how to deal with this. > > Thanks, > > Amit. > > > > On Jul 23, 10:18 pm, Matt Harris wrote: >> Hi, >> >> I've seen similar reports for other service providers about this issue as >> well. My concern is wildcard certificates

Re: [twitter-dev] Re: Error messages during authorize and redirect processes (OAuth)

2010-08-26 Thread Matt Harris
pdates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http:

Re: [twitter-dev] Advanced search criteria - Search API

2010-08-26 Thread Matt Harris
t > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter

Re: [twitter-dev] Search API not returning tweet

2010-08-26 Thread Matt Harris
.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitt

Re: [twitter-dev] Tweet button fails to parse URL

2010-08-26 Thread Matt Harris
mething here? > > Best, > John > > -- > 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 grou

Re: [twitter-dev] Re: Twitter OAuth Authentication Fails

2010-08-26 Thread Matt Harris
gt; Mark > > -- > 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: > http://gro

Re: [twitter-dev] Re: Status IDs are changing on 21st September

2010-08-26 Thread Matt Harris
Mentions (so basically anything that can show up in the home timeline). The code that generates the IDs has been shared and you can read more about Snowflake from our engineering team on their blog. http://bit.ly/announcing-snowflake Hope that answers your questions, Matt -- Matt Harris Develope

Re: [twitter-dev] home_timeline request fails after deleting a tweet

2010-08-26 Thread Matt Harris
; 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: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter htt

Re: [twitter-dev] Re: Error messages during authorize and redirect processes (OAuth)

2010-08-27 Thread Matt Harris
Thanks! I'll get this looked at. Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris On Aug 27, 2010, at 5:27, Richard Barnett wrote: > On Aug 27, 11:16 am, Matt Harris wrote: >> To allow us to track the issue and to make sure it gets fixed can you >>

Re: [twitter-dev] Re: Strange problem searching from:shakira

2010-08-27 Thread Matt Harris
Thanks for the update. It's strange it wasn't working at all and now is. If this happens again let us know like you did below and we'll check it out. Best, Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris On Aug 27, 2010, at 12:44, quenotacom wrote:

Re: [twitter-dev] My cursors problem

2010-08-30 Thread Matt Harris
process $totaal > different? With this code I only get the last 100 followers and not > anything else. > > Thank you for helping me before the basis xAuth ends. > > Regards > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API upda

Re: [twitter-dev] Is there way to post multiple tweets in one API "update" call?

2010-08-30 Thread Matt Harris
v.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: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer

Re: [twitter-dev] Re: Tweet Button - Need Success, Status Text Callbacks

2010-08-30 Thread Matt Harris
s Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources:

Re: [twitter-dev] OAuth rate limit of 150

2010-08-30 Thread Matt Harris
; http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancemen

Re: [twitter-dev] Re: Team Widget

2010-08-30 Thread Matt Harris
weets from 2-6 users >> directly from the API? > > -- > 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 > Chan

Re: [twitter-dev] Count not working for url's with 2+ parameters

2010-08-30 Thread Matt Harris
Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://tw

Re: [twitter-dev] PHP Search Example

2010-08-30 Thread Matt Harris
ashtag?! > > -- > 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] Twitter api request for a user's timeline w/ count=40 is returning ~20 records, why?

2010-08-30 Thread Matt Harris
embership to this group: >> http://groups.google.com/group/twitter-development-talk?hl=en > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://

Re: [twitter-dev] Re: Need a confirmation - no way to count number of tweets found when searching for a keyword?

2010-08-30 Thread Matt Harris
sources: 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: > http://groups.google.com/group/twitter-development-talk?hl=en > --

Re: [twitter-dev] Re: 401 errors calling access_token

2010-08-30 Thread Matt Harris
es: 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: > http://groups.google.com/group/twitter-development-talk?hl=en > -- M

Re: [twitter-dev] Re: Install twurl without root access?

2010-08-30 Thread Matt Harris
ces: 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: > http://groups.google.com/group/twitter-development-talk?hl=en >

Re: [twitter-dev] a new field "retweeted" and retweeted tweet's status id

2010-08-30 Thread Matt Harris
ates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter

Re: [twitter-dev] Tweet Button Not Working

2010-08-30 Thread Matt Harris
es via Twitter: http://twitter.com/twitterapi >> Issues/Enhancements Tracker: >> http://code.google.com/p/twitter-api/issues/list >> Change your membership to this group: >> http://groups.google.com/group/twitter-development-talk?hl=en > > > > -- >  - Bruce >    &q

Re: [twitter-dev] verify_credentials longevity?

2010-08-30 Thread Matt Harris
racker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and

Re: [twitter-dev] Since Id on Favourites (recap)

2010-08-30 Thread Matt Harris
> 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: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Adv

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-08-30 Thread Matt Harris
wouldn't it be sensible for mobile app developers to > use the HTTP method as a fail-safe method for authentication? Is there > any catch to this? > > Regards, > > Amit. > > > On Aug 26, 6:22 am, Matt Harris wrote: >> Hi Amit, >> >> This is an

Re: [twitter-dev] Why only getting 4 results back?

2010-08-30 Thread Matt Harris
his group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/E

Re: [twitter-dev] How to get results older than last 100 tweets from a profile or search

2010-08-30 Thread Matt Harris
hare.net/pabloaugusto> [image: > Friendfeed] <http://friendfeed.com/pabloaugusto> > > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http:

Re: [twitter-dev] Re: Twitter button not showing up in IE7

2010-08-30 Thread Matt Harris
does not appear. It seems to only > show up the first time when switching urls... any ideas? > > On Aug 25, 2:04 pm, Matt Harris wrote: >> Hey Artem, >> >> I've looked at your page and can see in your code that the Tweet >> Button is rendering successfully, just

Re: [twitter-dev] Twitter API 101

2010-08-30 Thread Matt Harris
to users, and ensure you stay within our terms of service though. For example, avoid posting duplicates and keep within the rate limits. > (3) If I knew to, what else should have I asked ;?) There is a lot of information on our Developer Resources website which may be of use. Take a look around

Re: [twitter-dev] My head is spinning

2010-08-30 Thread Matt Harris
mentation 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: > http://groups.google.com/group/twitter-development-talk?hl=

Re: [twitter-dev] Friends

2010-08-31 Thread Matt Harris
itter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twit

Re: [twitter-dev] Re: home_timeline request fails after deleting a tweet

2010-08-31 Thread Matt Harris
55:"_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCE0ADrQqAToHaWQiJTcxMzg3YWExMmU2ZmUw > %250AMWJmMTk1Njk4NTY5ODIwNjRhIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy > %250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA-- > b663104099416abc765dbd68ae905243e912702c; domain=.twitter.com; > path=/";s:4:"vary&quo

Re: [twitter-dev] Whether there is any problem with Twitter api currently?

2010-08-31 Thread Matt Harris
p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com

Re: [twitter-dev] How to validate twitter username in PHP?

2010-08-31 Thread Matt Harris
-- > 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: > http://groups.google.com/grou

Re: [twitter-dev] 500: "Something is technically wrong" while calling lists/memberships

2010-08-31 Thread Matt Harris
s.json. > > The answer is an html page saying: "Something is technically wrong. Thanks > for noticing—we're going to fix it up and have things back to normal soon." > > Are there any problems with this call? > > Yours > > Joachim Seibert > //SEIBERT/MEDIA/

<    1   2   3   4   5   6   7   >