Is this still occurring? We saw a spike in odd authentication issues,
but it appears to be a transient thing that sorted itself out. If
this is still an issue I will investigate further.
---Mark
On Sat, Nov 14, 2009 at 6:43 PM, Dewald Pretorius wrote:
>
> I am also getting complaints from
Here is the link
http://oauth.googlecode.com/svn/code/javascript/
it has some samples as well. But why do you want javascript?. There are
crossdomain security issues with this(I am not here to discuss how to bypass
those). why don't you use your server side script. There are many samples
provided i
It might not be the best use of the Search API but we have made a
pretty successful system that polls for, on average a few hundred
tags, in serial, at a rate that keeps us below the 20k/hr limit. We
also respect 503 errors and back off accordingly.
I think what might work the best is some sort o
Benjamin,
I don't think we have a good solution for this use case. Calling the
Search REST API or the Streaming API aggressively aren't acceptable
techniques. I'd suggest rethinking your app to be less demanding.
Perhaps if you could compute your predicates in advance and keep your
update rate t
The Find People API, as it currently stands, does not use the same
architecture as other parts of our infrastructure - because of that,
it will not be migrating to cursors. The pagination parameters are
safe to use.
That all being said, the Find People system is being rapidly iterated
just wonder if this API will be changed to cursor-based paging soon?
or will be left as it is now?
On Nov 17, 8:16 am, Raffi Krikorian wrote:
> For a while now Twitter.com has had a "Find People" button that allows
> users to search for other people to follow. Starting today we're
> exposin
Which library are you using? Looking at this line:
$args = array('@image' => '@'.$temp_img);
it appears you might be using twitter-async.
On Nov 15, 9:51 pm, stevie wrote:
> Hi All,
> Update profile background using twitter api is working fine
> with username and password but on oaut
You can use this to debug your signing process and find out where it's
going awry:
http://hueniverse.com/2008/10/beginners-guide-to-oauth-part-iv-signing-requests/
On Nov 15, 9:51 pm, stevie wrote:
> Hi All,
> Update profile background using twitter api is working fine
> with username
The preferred method is to do this using OAuth. I don't believe there
was anything forbidding it explicitly since at one point it was the
only option available.
On Nov 16, 3:28 am, azhan wrote:
> Hello,
>
> Im a web developer wanted to add a twitter feed on my web. So that my
> user will store
Try one of these:
http://github.com/jmathai/twitter-async
http://github.com/abraham/twitteroauth
On Nov 16, 9:38 am, Gaurav Shaha wrote:
> After running the example.php i am getting following errors.
>
> *Warning*: Unexpected character in input: '\' (ASCII=92) state=1 in *
> C:\wamp\www\Twitters
Anyone using twitter-async can upgrade to the 2.0 version.
http://wiki.github.com/jmathai/twitter-async/twitter-async-20-release-notes
Changes
1. Added a new (preferred) API
You can now use get, post, delete, get_basic, post_basic and
delete_basic
2. No longer asynchronous by defaul
Cross posting here from status.twitter.com:
"On Tuesday, November 17th, we will be upgrading network equipment
between 11p and 1a Pacific. The site may be unavailable for short
periods in that window."
Let us know if you have any questions.
Ryan
For a while now Twitter.com has had a "Find People" button that allows
users to search for other people to follow. Starting today we're
exposing that functionality over the API as well -- take a look at the
new endpoint that we're calling the "Find People API":
http://apiwiki.twitter.com
I have the use case where I want to ingest twitter messages based on a
set of tags that will changes frequently (possibly a few times a min
or more). I'm polling the search api and can vary the terms I'm
searching for with each request. I would love to move over to the
streaming api but I'm not su
the timespan is short enough to prevent clearly repeated or spamish
messages -- on the order of hours.
Hello,
Twitter suppress repeated messages. There is a minimum timespan for
repeating messages, or if you tweeted it once you will never be able
to say the same thing again?
--
Raffi Krik
Hello,
Twitter suppress repeated messages. There is a minimum timespan for
repeating messages, or if you tweeted it once you will never be able
to say the same thing again?
I like your thinking.
∞ Andy Badera
On Mon, Nov 16, 2009 at 2:51 PM, Andy Freeman wrote:
>
> Please don't spend any time on a WADL.
>
> The twitter interface is both simple and small. If it's an obstacle
> to someone
>
> On Oct 20, 8:01 am, Chad Etzel wrote:
>> Hi Edd,
>>
>> We may pro
Please don't spend any time on a WADL.
The twitter interface is both simple and small. If it's an obstacle
to someone
On Oct 20, 8:01 am, Chad Etzel wrote:
> Hi Edd,
>
> We may provide a WADL in the future, but right now one is not available.
>
> -Chad
>
>
>
> On Tue, Oct 20, 2009 at 5:33
Anthony,
The count parameter isn't enabled on the default access level, on any
sampled stream or any elevated track role. So, that leaves the
firehose and follow methods.
-John Kalucki
http://twitter.com/jkalucki
Services, Twitter Inc.
On Nov 12, 11:25 am, Anthony Bruni wrote:
> We have a Sh
I think they must have come back as I can see them again now ... maybe
they got left behind in the old office :-)
Anyway and more importantly, does anyone know how multiple retweets
will be represented ... will there be multiple 'user' nodes within the
'retweeted_status' node or will the be multi
So, unless it has changed or I messed up test queries, users that I
have blocked still appear in Lists timelines when I request these
Lists from my authenticated account. Can someone else confirm or deny
this for me?
Twitter, please confirm whether this is the desired behaviour going
forward, or
After running the example.php i am getting following errors.
*Warning*: Unexpected character in input: '\' (ASCII=92) state=1 in *
C:\wamp\www\Twitters\example.php* on line *5*
*Warning*: Unexpected character in input: '\' (ASCII=92) state=1 in *
C:\wamp\www\Twitters\example.php* on line *5*
*P
I would like to completely recreate Twitter's followers screen. After
some research, we aren't sure its possible without being inefficient
with the API.
Are you also following your follower?
This information is needed in order to determine which options to
include next to each follower. ex) sho
Kapenda,
I don't see where it says coming soon. Please let me know so I can
remove that label.
This feed is in production. We haven't settled our access policy for
this stream, so we're not generally granting access yet. You can
request access at a...@twitter.com, but I don't know when or by wha
I noticed that the retweet api still says coming soon. It is available yet
for general consumption or do I have to have my developer API key approved
for use?
thanks,
-k
On Wed, Sep 9, 2009 at 10:56 AM, John Kalucki wrote:
>
> Once the retweet feature is launched, some statuses flowing through
Thanks for your response, i will go by white listing.
On Thu, Nov 12, 2009 at 4:42 PM, Dhaval Parikh wrote:
> Hi,
>
> I think (guessing) he is talking about white listing his ip. If thats what
> you are looking for then you can go to
> http://twitter.com/help/request_whitelisting and fill out th
Hi.
This is a known issue and is being tracked on the google code tracker
for the API - please feel free to add more information about this
issue there.
Thanks!
On Nov 16, 2009, at 3:32 AM, Sarp Erdag wrote:
Hello,
I looks like the methods users/show and account/verify_credentials
Hello,
I looks like the methods users/show and account/verify_credentials
give different results especially for the "profile_image_url" block
when called from different machines. After there is an avatar update
(whether from the twitter web ui or over a 3rd party app that uses the
api (oauth or b
Hello,
Im a web developer wanted to add a twitter feed on my web. So that my
user will store their twitter's username & password in the profile and
each time they login into my web, they can retrieve their twitter's
update automatically displayed at the bottom of page upon login.
My question her
How did I not notice that API get added, quickly runs off to start
coding!
On Nov 14, 10:20 pm, Raffi Krikorian wrote:
> http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users-search
>
>
>
> > Is there a way to use the Twitter API to search for a user using
> > partial strings or booleans?
I can see retweet_status in my home_timeline yet I don't even have the
ReTweet API available to me yet. However the docs I believe are out
of date as they changed the Re-Tweet payload a while back to be more
like a status.
On Nov 14, 11:17 am, Coderanger wrote:
> My test account now has retweet
Backslashes were a stupid choice, but seeing as string concatenation
is a period in PHP, they couldn't really use that like C# does.
On Nov 13, 8:18 pm, Zac Bowling wrote:
> Still find PHP Namespaces weird. I wish one of the other proposals won out.
>
> Zac Bowling
>
> On Fri, Nov 13, 2009 at 10
32 matches
Mail list logo