i have fixed it. please can you make a more complete documentation?
all time we must guest about what must we do.
$base_string =
"POST&".urlencode(utf8_encode($url))."&in_reply_to_status_id
%3D14246241747".urlencode(utf8_encode("&".
$access_token."&status=")).myUrlEncode("@aaa ok")
and also
curl
Same problem seems to be back - slow/no profile image downloads.
On Jul 21, 3:14 pm, Ron wrote:
> Not seen it happen at all anymore since corrections were made.
>
> On Jul 21, 2:08 pm, Taylor Singletary
> wrote:
>
> > Hi Everyone,
>
> > We had some issues with profile updates and image uploads l
method testing:statuses/friends_timeline
parameters: max_id
console: http://dev.twitter.com/console
API Console does not seem to be adding parameters to the request URLs.
-http://twitpic.com/27fyo4 Adding the parameter
-http://twitpic.com/27fziv The subsequest request
The equivalent request in cU
So does it works completely now with manifest.xml permission in place?
What OAuth lib did you use with Twitter4J?
On Jul 21, 6:08 pm, Clay Graham wrote:
> Ok I know what the problem is!
>
> The manifest was blocking connections to the internet because access
> was not defined.
Hi statuses/update returns "Incorrect signature" when using
in_reply_to_status_id parameter, when the in_reply_to_status_id
parameter is omitted the request works fine. Where i must put that
param and how?
Im doing this call with curl on php. I have added it on my body post
and also on my base stri
Ok I know what the problem is!
The manifest was blocking connections to the internet because access
was not defined. AARRRG!
Here is the proper manifest. Hope this helps somebody
Sorry
http://schemas.android.com/apk/res/android";
package="com.sightlyinc.oauth.android"
android:v
Taylor,
So the permission failure is on the request token. Not on the
callback, so even though my callback code is a little different it
shouldnt matter because it never gets to it.
Thanks again for catching that I posted my keys.
Clay
On Jul 21, 12:13 pm, Taylor Singletary
wrote:
> Hi Clay,
Dooh. I thought I changed that.
Thanks. Luckily its a test pair.
Clay
On Jul 21, 12:13 pm, Taylor Singletary
wrote:
> Hi Clay,
>
> Just noticed that you have an API secret in this code sample you've
> provided -- you'll want to go to your application record and
> regenerate a new key/secret pai
does anyone know of a way to search just among the people you are
following?
Hi,
Know it sounds strange, but I'd stay away from the dev.twitter.com
console when trying to debug an issue like this. Even if it weren't
buggy, the execution path it uses to perform OAuth operations is a bit
different than what you typically would do in your own implementation.
Are you married
Hey Mark,
Not a problem. Glad you found the source of the error.
Best,
Matt
On Wed, Jul 21, 2010 at 3:11 PM, Mark Krieger wrote:
> Matt,
>
> I found the problem, sorry, I believe it is on my end. I found a line
> of code someone here changed. Argh. I will be more careful with your
> time in the
Matt,
I found the problem, sorry, I believe it is on my end. I found a line
of code someone here changed. Argh. I will be more careful with your
time in the future.
Mark
On Jul 21, 6:00 pm, Mark Krieger wrote:
> Matt,
>
> Thanks for the quick response. The call uses EpiTwitter.php, it looks
> l
Matt,
Thanks for the quick response. The call uses EpiTwitter.php, it looks
like:
Call Oauth to authenticate (this works), then:
$val = $twitterObj->get_statusesMentions(array('since_id' =>
$lastid));
$arr = json_decode($val->responseText, true);
if (empty($arr)) { $error = "error text"; log_mes
Hi Mark,
We aren't seeing any errors like this when we run some tests. Could you
elaborate on what the bogus headers are?
Matt
On Wed, Jul 21, 2010 at 12:51 PM, Mark Krieger wrote:
> My application has used getStatusesMentions for many months, it is
> only failing when twitter has had some prob
Ok, I just discovered http://dev.twitter.com/console, I'm matching the
composite signing key created by this console and mine and don't match
(obviously I'm using the same visible parameter values (timestamp,
nonce, oauth_token and consumer key) and my composite signing it's not
hte same...
On Jul
Can someone help me get the tweetbox working on my site please? It
will not show up after I click on a link that brings a jQuery pop-up
and displays the tweetbox in their, but it won't work.
My site is http://lowprogaming.codywd.com
Thanks,
@Cody_Wilmoth
I'm using an OAuth library I've developed in PHP.
Do I need to pass all the parameters through the query also?
On Jul 21, 9:25 pm, Taylor Singletary
wrote:
> Hi there,
>
> If you've gotten to the point of retrieving an access token, it's
> likely you managed to get the composite signing key "
Not seen it happen at all anymore since corrections were made.
On Jul 21, 2:08 pm, Taylor Singletary
wrote:
> Hi Everyone,
>
> We had some issues with profile updates and image uploads last week
> and early this week. Some images uploaded in that time period resulted
> in incorrect image URLs, an
Hi there,
We're a bit behind on processing whitelisting requests, as we had a
hiatus of approving requests during the World Cup. Whitelisting is a
privilege granted on a case-by-case basis (criteria and acceptance
rates change over time), but we don't generally provide whitelisting
for research or
My application has used getStatusesMentions for many months, it is
only failing when twitter has had some problem, like two days ago, and
in that case, everything is flaky. Today it is failing, but everything
else works fine. Is this a known problem today? getStatusesMentions
always comes back toda
Hi there,
If you've gotten to the point of retrieving an access token, it's
likely you managed to get the composite signing key "right" (or your
library handled it for you) -- as when you're exchanging the request
token for an access token, you use the oauth_token_secret from the
request token as
Hello everybody.
I just achieved to autenticate via OAuth, and I'm trying to get user's
data through account/verify_credentials but I think I'm not building
correctly the composite signing key or something, mainly because I'm
not able to fully understand all the different tokens I receive from
Twi
Hi Clay,
Just noticed that you have an API secret in this code sample you've
provided -- you'll want to go to your application record and
regenerate a new key/secret pair.
As for the code itself -- I see you setting your consumer key and
secret as constants near the top, but then in askOAuth you'
Hi Everyone,
We had some issues with profile updates and image uploads last week
and early this week. Some images uploaded in that time period resulted
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
Matt,
Thank you. This has been open for about 4 months. I hope it will be
fixed soon. For now I think I will need to do something on my own to
program around it. Wish me good luck (:
Mark
On Jul 21, 1:37 pm, Matt Harris wrote:
> Thanks for the emails on this one. It is a known issue which our e
Thanks for the emails on this one. It is a known issue which our engineering
team are looking into. It is being tracked on our issue tracker here:
http://code.google.com/p/twitter-api/issues/detail?id=1572
When we have news on the progress we'll update the ticket.
Best,
Matt
On Wed, Jul 21, 2010
Hi Taylor,
Great! Worked like a charm with commas doubly encoded.
Thanks,
Kostya
On Jul 21, 7:34 pm, Taylor Singletary
wrote:
> Hi Kostya,
>
> You're close on getting the comma-separation to work. You've correctly
> URL encoded it for your POST body, but for the OAuth signature base
> string,
Unfortunately, there isn't a single API method that allows this.
>From the FAQ: http://dev.twitter.com/pages/api_faq#replies
Q: How do I get all replies to a particular status?
A: For now, there's not a great way to do this. We've heard the
requests, though, and we'll be providing a solution for
Hi Kostya,
You're close on getting the comma-separation to work. You've correctly
URL encoded it for your POST body, but for the OAuth signature base
string, it'll need to be doubly encoded.
Your base string should be something like:
POST&http%3A%2F%2Fstream.twitter.com%2F1%2Fstatuses
%2Ffilter.j
Matt,
Another question I believe you may clarify.
Streaming API over OAuth works fine if track only one item:
"track=sun"
When I want to track multiple items like "track=sun,microsoft" I'm
getting 401
There is what I'm sending:
POST /1/statuses/filter.json HTTP/1.1\r\nHost: stream.twitter.com\r
Ah, very true - apologies I mis-understood the meaning of 'degree'.
Thanks, I understand the problem now.
Seidr
On Jul 21, 4:08 pm, Dave Ingram wrote:
> On 07/21/10 15:13, James wrote:
>
> > I'm attempting to stream Tweets from the UK as a whole(filtering
> > further with tracking words), using
Quoting John Kalucki :
Given the proportion of geo-tagged tweets, perhaps we should indeed
make these boxes bigger for the default access role.
Any numbers you'd be willing to share? I'd hate to see you go with
bigger boxes only to have to shrink them again when location picks up
in Twitte
If you need larger bounding boxes, you can request a higher access
level. You can also assemble a number of smaller bounding boxes into a
larger box to cover more area. So, you can divvy up your allocation
into a contiguous area, or multiple discontinuous regions.
If there's a bug on creating a le
Yup, I encountered this as well while trying to figure out count
differences in what twitter reports on the number of followers and
what the api gives. Seems to be off by one number. So flipping
between pages on twitter itself (followers list) I did get those blank
results. I found I had blocked
Hi. I am having the same problem as several others reported, where the
result of a statuses/friends sends back a previous cursor which is not
correct. The thread on this, from april or may, died with no
resolution. I notice that twitter itself has this same problem,
although twitter seems to use pa
On 07/21/10 15:13, James wrote:
> I'm attempting to stream Tweets from the UK as a whole(filtering
> further with tracking words), using Twitters stream API, however I'm
> having trouble with my bounding box.
>
> The LAT/LON pairs I'm using to define a bounding box of the whoe
> UK(Ire included) is
Any further news on this? It's been three weeks since you were
"hoping to roll [it] out more widely this week". I've got an app
registered and am starting to code it up, but would like to use the
key_exchange method instead, since there's no way at all to hide the
consumer secret in a python scri
Hi Matt,
Very appreciate your response!
It is working now after I quoted the oauth values.
So, the quoting matters.
Also, Consumer token was in place of OAuth one, and vice versa.
Thanks a lot,
Kostya
On Jul 21, 1:13 am, Matt Harris wrote:
> Hey Kostya,
>
> I've taken a quick look at your POS
I'm attempting to stream Tweets from the UK as a whole(filtering
further with tracking words), using Twitters stream API, however I'm
having trouble with my bounding box.
The LAT/LON pairs I'm using to define a bounding box of the whoe
UK(Ire included) is as follows.
-9.05, 48.77, 2.19, 58.88
Ho
hi guys,
I need monitor replies from certain status.
I would like to use search api, but according to search api doc it's
impossible.
I only ask you to know for sure.
for example, I would like to be able ask for search api for replies
from a status providing in_reply_to_status_id value.
the only
Cant figure out if this is a problem with Twitter4J or the Twitter
API. I am trying to create an OAuth callback activity, started by a
RequestToken, but the Request Token request is failing. DOES ANYONE
KNOW IF GOOGLE HAS MADE THE TWITTER CLIENT AVAILABLE BY OPEN SOURCE
YET?
Twitter4J 2.1.2
Androi
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 loading profile images (slow, no image
> returned, hanging...)? Seems to show up most
Patrick,
given this explanation, you will need a lot of streams.
60k users with an average of 100 friends (low estimate)
Let's guess that every user shares 50% of the friends with others
This gives us: 60.000 * 100 *.5 = 3 million
In order to track 3 million users with the follow stream, you ne
The situation is:
We have 60k users all with their own twitter account, so not a single
account with 60k followers.
Those 60k users all have people they follow and we want to give the
user a message when someone they are following posted a tweet.
Hope this clarify things a bit.
I will have a look i
44 matches
Mail list logo