Done
---Mark
http://twitter.com/mccv
On Mon, Mar 22, 2010 at 9:38 AM, IanQuigley wrote:
> Are you sure they check this forum for update requests? You might want
> to email them directly. I did.
>
> Ian
>
> To unsubscribe from this group, send email to twitter-development-talk+
> unsubscribeg
Authenticate as the second user.
---Mark
http://twitter.com/mccv
On Sun, Mar 21, 2010 at 11:55 PM, Rushikesh Bhanage
wrote:
> Hi,
> (Note: In my app, single white listed useraccount's requests are not
> sufficient to complete particular task, so i need to switch from one account
> to ano
re etc) so I can duplicate it?
>
> I really appreciate your help and advice on this - It's one of the
> final sticking problems of this project.
>
> Many thanks
>
> On Mar 19, 5:51 pm, Mark McBride wrote:
> > Now that I'm clear...
> >
> > 1) It wor
See this page
http://help.twitter.com/entries/15789-how-to-file-terms-of-service-or-rules-complaints
---Mark
http://twitter.com/mccv
On Sun, Mar 21, 2010 at 4:07 PM, neal rauhauser wrote:
>
> What does it take to get this nitwit removed?
>
> http://twitter.com/grandpa_dempsey
>
>
>
> --
>
CRLF pairs are indeed what get sent, and what you should build around. You
shouldn't ever get a naked LF.
---Mark
http://twitter.com/mccv
On Fri, Mar 19, 2010 at 3:50 PM, Jud wrote:
> the twitter streaming api docs say "Parsers must be tolerant of
> occasional extra newline characters plac
dden.
>
> I am dealing with the raw socket and to rule out any software mishap I
> have been testing manually using hyperterminal (winsock) to diagnose
> the problem.
>
> I'm at a dead end on this until somebody can figure out what I am
> doing wrong / if there is genuinely
re you setting/returning "truncate"? Are you returning
>> the shortened tweet in "status"?
>>
>>
>>
>> On Mar 18, 12:30 pm, Mark McBride wrote:
>> > I should clarify. Returning a 403 is what we do right now. Later today
>> > (
server to
expect 35, you send 35, the server does it's deal, and everybody is happy.
---Mark
http://twitter.com/mccv
On Fri, Mar 19, 2010 at 9:55 AM, Mark McBride wrote:
> Missed the part about the one letter change. Clever!
>
> ---Mark
>
> http://twitter.com/mccv
>
Missed the part about the one letter change. Clever!
---Mark
http://twitter.com/mccv
On Fri, Mar 19, 2010 at 9:54 AM, Mark McBride wrote:
> You'll almost certainly want to change the password on that account
> immediately, as the basic auth header is easily decrypted.
&g
You'll almost certainly want to change the password on that account
immediately, as the basic auth header is easily decrypted.
---Mark
http://twitter.com/mccv
On Fri, Mar 19, 2010 at 9:20 AM, Oli wrote:
> Also worth noting: there was no error returned - it hung up after 3/4
> seconds. If yo
No timelines support since, only since_id. If you're specifying a since
parameter it's being ignored. If you're specifying since_id with a value of
20 it's effectively meaningless, as tweet ID 20 is years old.
---Mark
http://twitter.com/mccv
On Fri, Mar 19, 2010 at 8:36 AM, Abraham Williams
Can you post the exact URL you're using? The one posted fails because the
query is longer than 140 characters. Trimming it to a single term succeeds.
This may be due to the fact that your ID is older than two weeks, and is
therefore unknown to search. You could try using since= instead and
see
I should clarify. Returning a 403 is what we do right now. Later today
(hopefully) we will correct the behavior to return a 200 in this case. So
short story: we'll be doing what you want us to do.
---Mark
http://twitter.com/mccv
On Thu, Mar 18, 2010 at 11:57 AM, Dewald Pretorius
wrote:
>
Emailing a...@twitter.com (who you CC'd) is the correct response
---Mark
http://twitter.com/mccv
On Wed, Mar 17, 2010 at 12:36 PM, @kemeny_x wrote:
> We have developed an app which captures tweets containing specific
> keywords. Then we use a moderation dashboard to select tweets to be
> di
681, 4874
> 20090116:074006, 4644057, 329
> 10407563511, 20100313:043821, , 19058681, 4873
> 20090116:074006, 4643987, 329
> 10403562181, 20100313:025442, , 19058681, 4872
> 20090116:074006, 4643809, 329
> 10388019450, 20100312:201421, , 19058681, 4871
> 20090116:074006, 4642663, 329
> 1
You will get all tweets up to a certain percentage of total tweet volume.
To answer your questions in order
a) In the general sense, yes
b) It really depends on the specific hashtags and followers. If you have a
bunch of trending hashtags followed you may run into limiting
c) both. It's based o
Looks like a bug... can you open an issue here?
http://code.google.com/p/twitter-api/issues/list
---Mark
http://twitter.com/mccv
On Wed, Mar 17, 2010 at 12:59 AM, georgios wrote:
> Hi
>
> I was under the impression that screen_names are unique but I came
> across two different users having
Without more details it's tough to say. Do you at least have the screen
name of the account in question, and details on both the success and failure
environments?
---Mark
http://twitter.com/mccv
On Wed, Mar 17, 2010 at 1:39 AM, Uladzimir Pashkevich <
v.pashkev...@gmail.com> wrote:
> Does an
owever it's one that I can't figure out. Can you
> or someone else educate me about why this data is present?
>
> Thanks very much,
> Kenneth
>
> On Mar 15, 3:48 pm, Mark McBride wrote:
> > This is incorrect. The user object returned with a status is intended to
>
This could conceivable happen even between requests. The results are
ordered by the time somebody started following you, so if you want to have a
(fairly) complete list of your followers, just take a second pass and stop
when you start seeing people already in your cache. Detecting people who
hav
First, your query string isn't a valid search API query string. Copying and
pasting from advanced search is frowned upon.
If you strip it down to the basics of what you're trying to do you end up
with this
http://search.twitter.com/search.json?q=from:gp04lch&since=2010-03-01&rpp=15
Note that
1)
This is incorrect. The user object returned with a status is intended to be
represent the current user object, not a historical one. However. There
are currently several bugs open around this, so the user object currently
represents a snapshot of the user some time in the fairly recent past.
It is not written in the api doc, and I wouldn't consider it stable.
---Mark
http://twitter.com/mccv
On Mon, Mar 15, 2010 at 8:00 AM, Cristian Petroaca <
cristian.petro...@gmail.com> wrote:
> Hi ,
>
> As far as I saw , for each user profile , there are 3 types of profile
> images :
>
> url..
This is (was) a known issue. Status blog update here
http://status.twitter.com/post/447344319/some-users-experiencing-frozen-timelines
---Mark
http://twitter.com/mccv
On Sun, Mar 14, 2010 at 1:13 AM, Rich wrote:
> Hi
>
> A number of my users, including me, are reporting that their /statuse
Am I missing something regarding the complexity of doing this?
Ruby pseudo-code:
my_unread_tweets = []
page = 1
count = 200
since_id = 123098485120985
while(page_of_tweets = get_tweets("
http://api.twitter.com/1/statuses/home_timeline.json?page=#{page}&count=#{count}&since_id=#{since_id}";))
do
Yes, look at the retweeted_status element contained in the status element
---Mark
http://twitter.com/mccv
2010/3/12 Otávio Augusto Soares
> Is there a way of identify the root tweet by a retweet?
>
And by soon I mean today. It should be fixed now. Let me know if this
recurs.
---Mark
http://twitter.com/mccv
On Tue, Mar 9, 2010 at 6:54 PM, Mark McBride wrote:
> Very soon.
>
> ---Mark
>
> http://twitter.com/mccv
>
>
> On Tue, Mar 9, 2010 at 5:02 PM,
There is whitelisting for the search API specifically.
---Mark
http://twitter.com/mccv
On Wed, Mar 10, 2010 at 5:48 AM, Andrew Badera wrote:
> So you want to use the Streaming API, primarily, for anything
> realtime. Maybe the Search API in a supplementary fashion ... is there
> whitelistin
Very soon.
---Mark
http://twitter.com/mccv
On Tue, Mar 9, 2010 at 5:02 PM, Shannon Whitley
wrote:
> I've been hitting this a lot lately with data for my own id. It's a
> huge issue. I'm happy to see that it's been marked as a high
> priority, but it's been around for months. Do we have an
temporary defect.*
>
> If this is the case how will the api track keywords such as "The Hurt
> Locker" or "The Blind Side"?
>
> Thanks
> Rahul Dighe
>
>
>
> On Mon, Mar 8, 2010 at 11:42 PM, Mark McBride wrote:
>
>> This sounds like a perfect us
This sounds like a perfect use case for the streaming API. The rate limits
there are different, but in general more permissive. And because you're
doing primarily OR queries, the current track functionality seems
sufficient.
---Mark
http://twitter.com/mccv
On Mon, Mar 8, 2010 at 3:21 PM, Rah
All -
Per issue 1263 (http://code.google.com/p/twitter-api/issues/detail?id=1263)
(and the OAuth spec), we're looking to change the Content-Type header for
OAuth token exchanges to 'application/x-www-form-urlencoded'. To date it
has been 'text/html'. We want to ensure that this will not break ex
Tweet IDs will be the same.
---Mark
http://twitter.com/mccv
On Mon, Mar 8, 2010 at 3:11 PM, Jaanus wrote:
> http://apiwiki.twitter.com/Twitter-Search-API-Method:-search says:
>
> "Warning: The user ids in the Search API are different from those in
> the REST API (about the two APIs). This d
It's a pretty common request of the search team. I don't think there are
immediate plans to support it due to its technical difficulty.
---Mark
http://twitter.com/mccv
On Sat, Mar 6, 2010 at 3:06 PM, M. Edward (Ed) Borasky wrote:
> I just had an interesting feature request from a user. It s
switch to post after reading John's response.
>
> When creating an HTTP client from within a program, you should be able
> to
> configure the POST parameters via method calls. If you can't, it's a
> pretty
> worthless HTTP library. Each client library is different, chec
I'll forward this on to the front end team
---Mark
http://twitter.com/mccv
On Mon, Feb 22, 2010 at 7:15 PM, Zhami wrote:
> When I invoke the authorize URL with a oauth_token, the Allow/Deny
> page comes up. My app is a desk-top app, not a Web site. Most of the
> text seems to reflect this,
Have you tried revoking your current access token, and then
re-authenticating? In the settings -> connections page does it show your
app as approved for read and write access?
---Mark
http://twitter.com/mccv
On Fri, Mar 5, 2010 at 1:33 PM, Mike Travers wrote:
> I have an application that h
Parsing the location field is probably your best bet, but I'd say you have a
challenging road ahead. It is indeed a mess, but there are geocoding
solutions available to try and sort this stuff out.
---Mark
http://twitter.com/mccv
On Fri, Mar 5, 2010 at 1:04 PM, GeorgeMedia wrote:
> OK my a
I think this is slightly backwards. You want to use the GET method, but set
up the URI you have (with the track=Microsoft parameter). You will also
need to authenticate.
Note that this is a streaming API. I don't know VB all that well, but
there's a reasonable chance that this call only returns
Just to follow up on this, I think Anton is taken care of.
---Mark
http://twitter.com/mccv
On Thu, Mar 4, 2010 at 2:46 AM, Anton Krasovsky
wrote:
> Hi Raffi,
>
> I wonder what's the approx time to get xAuth request reviewed? I've
> submitted mine good two weeks ago (#866246) and haven't hear
Currently we only support retrieval of the last N tweets, where N is 3200 if
I recall.
---Mark
http://twitter.com/mccv
On Wed, Mar 3, 2010 at 3:26 PM, @seiz wrote:
> Hi,
>
> I am Trying to backup all my tweets (for @seiz) but it seems tweets of
> a certain age aren't accessible via the api
I'm Mark McBride, (not to be confused initial-wise with Marcel Molina) and I
work on the Twitter platform team. I've been working mostly on the
streaming API, but also odds and ends including monitoring of the API
status, various infrastructure bits, bug fixes, etc. My background is
Yes, that's correct. We've considered adding more metadata to delete
messages to make routing easier, but the privacy issues involved get tricky
(if I delete something, do I *really* want the full text re-sent to a bunch
of people?)
---Mark
http://twitter.com/mccv
On Fri, Feb 26, 2010 at 6:1
Hard numbers aren't made public, but it's safe to assume "significantly more
than spritzer"
---Mark
http://twitter.com/mccv
On Thu, Feb 25, 2010 at 10:30 AM, rb wrote:
> Does anybody knows roughly the gardenhose access to streaming API
> provides what % of total tweets.
>
I threw together a quick list here
http://twitter.com/mccv/twitterapi-meetup
I'll try to update it a few times before the event
---Mark
http://twitter.com/mccv
On Fri, Feb 26, 2010 at 2:35 PM, Abraham Williams <4bra...@gmail.com> wrote:
> irc://irc.freenode.net/twitterapi
>
> Abraham
>
>
>
Search results are kept for a fairly short period of time... definitely not
a full month. This URL
http://search.twitter.com/search.json?q=google&until=2010-02-20
Does return results.
---Mark
http://twitter.com/mccv
On Tue, Feb 23, 2010 at 1:04 AM, enes akar wrote:
> Hi;
>
> Is there a d
Would it be possible to get a full HTTP conversation, as well as the IPs
you're connecting from? We choose a language based on
1) The logged in user's language setting (which shouldn't apply here)
2) The browser's Accept-Language header
3) A guess based on IP, but *only* for the logged out home p
We pushed fixes to the mobile OAuth page last night that should have fixed
the page on BlackBerry devices. Please let us know if you still see issues.
---Mark
http://twitter.com/mccv
On Sat, Feb 6, 2010 at 7:14 PM, Fabien Penso wrote:
> On Fri, Jan 29, 2010 at 4:20 PM, Ryan Sarver wrote:
You can use the statuses/followers endpoint, and filter out any users that
don't have the flag set to true.
---Mark
http://twitter.com/mccv
On Sun, Jan 24, 2010 at 5:51 AM, thetwitmaniac wrote:
> Hi,
>
> I've built a twitter desktop app and we are providing the ability to
> send DM's to peo
There isn't a single call that will do it. However you could use the search
API, bucket tweets by time, and then compute rates that way.
---Mark
http://twitter.com/mccv
On Sat, Jan 23, 2010 at 3:09 PM, maeddes wrote:
> Hi,
>
> I just started to get familiar with the twitter API and I would
This should be corrected, let me know if it persists.
---Mark
http://twitter.com/mccv
On Fri, Jan 22, 2010 at 3:23 PM, Mack D. Male wrote:
> This is a problem when filtering by geo as well - searching for tweets
> "near:vancouver" also returns retweets of users in vancouver by users
> in ot
Currently there is no such method.
---Mark
http://twitter.com/mccv
On Wed, Jan 20, 2010 at 12:35 AM, jahir wrote:
> I have followed one user. but this user account had protected. So i am
> sending the request to that user.
> Is There any method of getting pending request users list, like
>
Why would you have to run your own server to use the streaming API from the
iPhone? ChirpFlow seems to be doing just fine with iPhone+Streaming
---Mark
http://twitter.com/mccv
On Tue, Jan 19, 2010 at 5:29 PM, Abraham Williams <4bra...@gmail.com> wrote:
> For an iPhone application Streaming
Rapid following and unfollowing is characteristic of some shady behavior.
Send me your twitter userid off list and I'll see what I can do.
---Mark
http://twitter.com/mccv
On Tue, Jan 19, 2010 at 2:06 PM, James Buckingham wrote:
> Is anyone able to help me with this or should I be asking thi
This is a known issue
http://code.google.com/p/twitter-api/issues/detail?id=1239&can=1&q=oauth%20delete&colspec=ID%20Stars%20Type%20Status%20Priority%20Owner%20Summary%20Opened%20Modified%20Component
---Mark
http://twitter.com/mccv
On Tue, Jan 19, 2010 at 12:13 PM, Tunde Ashafa wrote:
> I c
I'll update the doc. The best place to look right now is here
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses show, which has
a sample status return.
---Mark
http://twitter.com/mccv
On Tue, Jan 19, 2010 at 7:25 AM, joelkeepup wrote:
> Hi,
>
> Hi, reading documentation at:
> ht
In the short term there are no plans to support partial matching.
It's considerably more expensive than the current implementation.
---Mark
http://twitter.com/mccv
On Mon, Jan 18, 2010 at 1:05 PM, vivekpuri wrote:
> Search API team is recommending developers to migrate over to
> Streaming
Is the system time on your machine correct? We've heard reports of
issues when system clocks are wildly divergent from reality.
---Mark
http://twitter.com/mccv
On Fri, Jan 15, 2010 at 11:51 AM, Proxdeveloper
wrote:
> Hey man, What do you mean by that ?
>
> On Jan 13, 6:59 pm, Andrew Bader
This is a "weird" URL, in that the "?" immediately follows the "/".
I'm guessing our parsing logic isn't quite handling this correctly...
I'll send it to the appropriate folks.
---Mark
http://twitter.com/mccv
On Fri, Jan 15, 2010 at 10:24 AM, Tinobee wrote:
> hello,
>
> i was wondering why
Check out the filter URL on the streaming API. It will return up to N
tweets a minute, where N is the amount you'd get from a sampled
stream. However it only returns tweets that match track keywords.
Provided the number of filtered tweets is never above the sampled
amount, you won't get limited.
The search team is aware of the problem, I'll let you know when we
have more info.
---Mark
http://twitter.com/mccv
On Tue, Jan 12, 2010 at 8:38 AM, andy_edn wrote:
> RE: Couldn't find Status with ID=7406995447
>
> I'm wondering if the geocode search API is completely dead? It started
> to
I've notified the search folk, I'll let you know when we know more.
---Mark
http://twitter.com/mccv
On Mon, Jan 11, 2010 at 11:39 PM, Mack D. Male wrote:
> Twitter Search has been very problematic today, mainly for searches
> using operators. For instance, this search currently returns an
Why the reticence to mention the name? Report them as spam. Solved.
As far as how they do it? Check out the streaming API documentation
http://apiwiki.twitter.com/Streaming-API-Documentation.
---Mark
http://twitter.com/mccv
On Mon, Jan 11, 2010 at 6:35 PM, Cameron Kaiser wrote:
>> Can
once
> I go over that, I'm shut out for an hour. Curiously enough, the
> "standard" rate_limit_status operation is returning a constant 150
> hits and an hour remaining in this sequence. My code thought it was
> cool and just kept going. So it looks like there is a separa
How are you authorizing when calling rate limit status? Same OAuth credentials?
---Mark
http://twitter.com/mccv
On Sat, Jan 9, 2010 at 7:38 PM, M. Edward (Ed) Borasky wrote:
> Here's what I'm doing:
>
> 1. Checking the rate limit status. It returns the following:
>
> remaining hits: 61, s
Sorry for the delay on this... but when ecp said sounds like a
reasonable approach. Note that the streaming API does support
bounding box filters now. However they only work off the
element, not the location field.
---Mark
http://twitter.com/mccv
On Sat, Jan 9, 2010 at 4:17 PM, Amitab w
Twitter search keeps a limited amount of data (limited by time, fairly
short window).
The tweets however are kept indefinitely. Currently we only support
accessing the last 3200 of them via the web and API
---Mark
http://twitter.com/mccv
On Sat, Jan 9, 2010 at 3:32 PM, Kidd wrote:
> HI Pe
Currently no. What I would do is search for "Francisco" (a much rarer
term), and then manually check for "San Francisco" on your end.
---Mark
http://twitter.com/mccv
On Sat, Jan 9, 2010 at 2:32 PM, Amitab wrote:
> Hi folks,
>
> Is there a way by which I can get streaming results tracking
You currently can't. Well, at least not in a standard way. The
entity making the request has to know the secret. If that entity is
the browser, then it has to know the secret. You might be able to do
something with gears or other offline storage I guess.
---Mark
http://twitter.com/mccv
I was just able to successfully pull a protected status using a
similar URL (different status). What library were you using to access
it?
---Mark
http://twitter.com/mccv
On Wed, Jan 6, 2010 at 8:18 AM, Cameron Kaiser wrote:
> When fetching a protected status, even if you follow and are fol
We don't support sending XML bodies... you should use form encoding.
---Mark
http://twitter.com/mccv
On Wed, Jan 6, 2010 at 5:41 AM, matrixxx wrote:
> When i try to make an post request to
> http://twitter.com/direct_messages/new.xml
> with data in XML Body, i receive the 500 Internal Ser
#x27;s the way you'd
> prefer to hear from them?
> Tim.
>
> On Wed, Jan 6, 2010 at 2:06 PM, Mark McBride wrote:
>>
>> Yes, although we're keeping an eye on whether or not this is a large
>> trend.
>>
>> ---Mark
>>
>> http://twitter.com/m
Yes, although we're keeping an eye on whether or not this is a large trend.
---Mark
http://twitter.com/mccv
On Tue, Jan 5, 2010 at 5:02 PM, Tim Haines wrote:
> Mark,
> Are you guys fixing people 1 by 1 as they are reported?
> Tim.
>
> On Wed, Jan 6, 2010 at 12:20 PM,
Orian, is this still an issue? If so let me know...
---Mark
http://twitter.com/mccv
On Tue, Jan 5, 2010 at 3:18 PM, Abraham Williams <4bra...@gmail.com> wrote:
> I just check out her favorites in my browser and loaded up the last 80 no
> problem. It was probably just a glitch with Twitter
This is an issue we're currently working to resolve. Both of the
users you mentioned should be showing up in search results now.
---Mark
http://twitter.com/mccv
On Mon, Jan 4, 2010 at 10:37 AM, Ben wrote:
> I am getting a 200 status message but no results for these two
> accounts, in both
Can you provide more details? Once you start getting 401 errors for a
user, do you continue to get them? One explanation is that users have
changed their twitter passwords since you stored credentials.
---Mark
http://twitter.com/mccv
On Sun, Jan 3, 2010 at 6:39 PM, dimas wrote:
> Does an
John, can you open an issue on the code tracker?
http://code.google.com/p/twitter-api/issues
---Mark
http://twitter.com/mccv
On Sun, Jan 3, 2010 at 1:17 PM, John wrote:
> another thing i've noticed is that search doesn't return as many
> records as when you do a search on twitter.com. You c
You probably wouldn't use the streaming API 20k times/hr. You would
open one connection and consume data from it during that hour.
---Mark
http://twitter.com/mccv
On Sun, Jan 3, 2010 at 12:15 AM, Joel Hughes wrote:
> Hi all,
> thanks for your responses.
>
> John, I did take a look at the
Our external monitoring is accessing API calls with OAuth just fine.
Are you still running into this issue? If so, can you provide more
details?
---Mark
http://twitter.com/mccv
On Sat, Jan 2, 2010 at 7:53 AM, Greg wrote:
> I'm having the same issue. I've tried to across other sites and it
This sounds like a decent job for a mocking library. I've used
mockito to do something very similar.
---Mark
http://twitter.com/mccv
On Thu, Dec 24, 2009 at 12:33 PM, Tim Dorr wrote:
> Done: http://code.google.com/p/twitter-api/issues/detail?id=1315
>
> Well, assuming you have a wrapper l
Can you email me the IPs for both your dev and production machines?
---Mark
http://twitter.com/mccv
On Tue, Dec 22, 2009 at 12:40 PM, Matt wrote:
> I have the same code in two places (Dev and Production). On my dev
> server, I am able to use OAuth with no issues. On my Production
> serve
It means an error occurred processing your request. Without more
details (for example the specific headers and URLs) it's difficult to
answer in more detail.
---Mark
http://twitter.com/mccv
On Tue, Dec 22, 2009 at 2:36 PM, quenotacom wrote:
> Nobody answer here ?
>
> On Dec 21, 4:06 pm, q
It's likely because that is a non-routable IP address, and we can't
connect to it from our site.
---Mark
http://twitter.com/mccv
On Mon, Dec 21, 2009 at 3:58 AM, ndot wrote:
> Hi,
> I have connected Twitter Oauth in my website.. It getting the request
> and responding to me. While in respo
This looks like a networking issue more than a Twitter issue. Can you
ping twitter.com from the machine that's trying to make this call?
---Mark
http://twitter.com/mccv
2009/12/20 Emre KIYAK :
> yes I try but couldn't solve this problem
>
> On 20 Aralık, 10:00, Ken Dobruskin wrote:
>> You
I'm not at all familiar with PHP code, but my guess is that the fopen
call failed. That could be due to invalid credentials passed in (did
you edit username:password?), internet flakiness, etc. Can you make
that call with curl from the command line?
On Thu, Dec 17, 2009 at 2:15 PM, Will Ashworth
Can you open an issue in the code tracker for this?
On Tue, Dec 15, 2009 at 6:17 AM, Daniel Varga wrote:
> Hello,
>
> I can't post only the emoticon =* in twitter.
>
> The twitter return as a search.
>
> Why this??
>
> hugs
>
> varga
>
> --
> «VJ VARGA»®
>
> E-mail: daniel.va...@gmail.com
> Jabbe
The body of the response allows you to differentiate these two codes, e.g.
curl -u -XPOST -d ""
http://twitter.com/friendships/create/atebits.xml
/friendships/create/atebits.xml
Could not follow user: atebits is already on your list.
On Mon, Dec 14, 2009 at 2:38 PM, shiplu wrote:
> There
I'll check with our abuse team, but this looks odd.
On Sat, Dec 12, 2009 at 10:23 PM, Sal Conigliaro wrote:
> Hi there-
>
> I have an app that compares who you're following to your friends
> followers. To do this, I query ttp://twitter.com/friends/ids.json?user_id=X
> and compare that to my (save
Could I get a complete dump of the HTTP conversation, including
headers and body for the request and response?
On Fri, Dec 11, 2009 at 9:28 PM, Harshad RJ wrote:
> I have started getting this error too (I think they are related). In the
> response to the POST I see this:
> invalid / used nonce
>
; $con = $connection->get('statuses/followers', array("cursor"=>
> $lastTweetToStartAt));
> foreach($con->users as $follower){
> $array[] = $follower->screen_name;
> }
> print_r($array);
> die();
> ?>
>
> On Dec 10, 5:37 pm, Mark Mc
This is indeed the way you do it.
On Thu, Dec 10, 2009 at 8:49 AM, t.arnf...@googlemail.com
wrote:
> Hi,
> I understand when using the Twitter OAuth API to request a list of
> followers, i am given only 100.
> When i add the "cursor" => "-1" i am given a [users] section and then
> [next_cursor] a
We believe we've addressed this issue. If you see any further SMSs or
tweets please let me know.
On Wed, Dec 9, 2009 at 5:46 PM, Howard Siegel wrote:
> Just got my first errant SMS message today. This one is from someone that I
> am following.
>
> - h
>
> On Wed, Dec 9, 2009 at 16:15, mccv wro
Actually, the SMS for people not set to receive any notifications for
friends seems separate. Can I get userids, the time at which this
started, and a sample status that was delivered via SMS?
On Wed, Dec 9, 2009 at 3:16 PM, Mark McBride wrote:
> This is part of the known issue here
>
This is part of the known issue here
http://status.twitter.com/post/276305097/known-issue-misdirected-tweets
On Wed, Dec 9, 2009 at 3:09 PM, Scott Haneda wrote:
> My G/F is getting the same thing. She has DM's set to go via SMS, but she
> also gets tweets as SMS on a daly basis, at some pretty
I can verify the issue, looking into it...
On Wed, Dec 9, 2009 at 12:33 PM, Randy wrote:
> I am still seeing this issue. Trying the URLs provided by Ammo
> Collector in the top post still yields 404's as well.
>
> On Dec 9, 9:50 am, John Kalucki wrote:
>> Over the last 4 or so days there has bee
You should be able to use this call to do what you describe
http://apiwiki.twitter.com/Twitter-REST-API-Method:-account
update_profile_background_image
You would have to have access to the image, but that shouldn't be too
tough (pick from a Flickr photo set, that sort of thing)
On Wed, Dec 9, 20
Not with a single call, no.
On Wed, Dec 9, 2009 at 11:41 AM, Daniel Silva
wrote:
> Or given a user lists with all the id of list members.
>
> 2009/12/9 Daniel Silva
>>
>> Is there any way to know if a given user is related to another given user
>> lists?
>>
>>
>> --
>> regards
>> Daniel Silva
>
We've opened a ticket with the search team, I'll keep you up to date
as they make progress.
On Mon, Dec 7, 2009 at 1:20 PM, Martin Omander wrote:
>
> Searched the bug database again and found that someone had reported
> this a couple of weeks ago:
> http://code.google.com/p/twitter-api/issues/de
What limit does it tell you you've hit? The API request/hr limit?
On Tue, Dec 8, 2009 at 9:46 PM, steve8004 wrote:
> Hello:
>
> I use to third party twitter apps
>
> 1. Seemic for Windows
> 2. Tweetdeck
>
> Both are running throughout the day while I work on other
> applications. However, when t
d and fixed.
>
> However, the API response shows "errors" instead of the regular
> "error", and the sentence "Share sharing is not permissable for this
> status" should be "permissIble".
>
> Not urgent, but I hope it will be fixed one day :-)
&g
101 - 200 of 241 matches
Mail list logo