[twitter-dev] Re: Pintme rails rumble twitter account suspended - please help

2010-10-18 Thread nischalshetty
You must have sent out excessive @replies (even more dangerous when you @reply to users who don't follow you). Such accounts are automatically suspended. -N On Oct 19, 3:49 am, Mark Turner wrote: > Hey Dev list members, > > We're trying to figure out why the account we setup for the rumble was >

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Georgooty varghese
Thank u twitter..Thank u very much. Now the issue was resolved Regards, George On Mon, Oct 18, 2010 at 8:15 PM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > When using headers, you need to wrap each value in quotes. The > authorization header should contain only oauth_* parameters

[twitter-dev] [twitcurl Lib] Direct Message signbase string

2010-10-18 Thread balbari
I'm using twitcurl library. When you send a direct message an error occurs. Error Message : Incorrect signature When I send a message signbase string is shown below. POST&http%3A%2F%2Ftwitter.com%2Fdirect_messages%2Fnew.xml%3F screen_name%3DRECEIVERNM& oauth_consumer_key%3DCKEY%26 oauth_nonce%3

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Georgooty varghese
Thank u twitter. Could you specify what is header name? On Mon, Oct 18, 2010 at 8:15 PM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > When using headers, you need to wrap each value in quotes. The > authorization header should contain only oauth_* parameters, not any > additional

Re: [twitter-dev] Maximum username length

2010-10-18 Thread Gonzalo Larralde
On Thu, Mar 11, 2010 at 7:12 AM, Nick Telford wrote: > Hi everyone, > > Can we get a clarification on the maximum length of a username? The > twitter.com frontend refuses to accept anything over 15 characters, > and I'm fairly sure 15 characters is mentioned elsewhere in some > documentation. > >

[twitter-dev] Re: Snowflake: An update and some very important information

2010-10-18 Thread themattharris
Thanks to @gotwalt for spotting the missing commas. Fixed JSON sample ... [ { "coordinates": null, "truncated": false, "created_at": "Thu Oct 14 22:20:15 + 2010", "favorited": false, "entities": { "urls": [ ], "hashtags": [ ], "user_mentions

[twitter-dev] Snowflake: An update and some very important information

2010-10-18 Thread Matt Harris
Last week you may remember Twitter planned to enable the new Status ID generator - 'Snowflake' but didn't. The purpose of this email is to explain the reason why this didn't happen, what we are doing about it, and what the new release plan is. So what is Snowflake? -- S

[twitter-dev] Trust Level

2010-10-18 Thread Art
I am using VB.Net 3.5 and VS 2010. I have a web app that needs to send Tweets when information is made available, such as news updates, new members, etc. But I seem to be having a problem with the Trust level when I publish the application to Rackspace,my web host. I have talked to them about the t

Re: [twitter-dev] Change Background Image Not Working . Any help is appreciated

2010-10-18 Thread Matt Harris
There's an example in the tmhOAuth github project that has code for this: http://github.com/themattharris/tmhOAuth/blob/master/examples/images.php The big difference for background images is remembering to send the filename as well. There have also been some users who have found that their vers

[twitter-dev] Re: twitter button not showing counter

2010-10-18 Thread fahdoo
Matt - I posted this same problem under this post: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/58e171bc000aa471# We're specifying the url parameter in the iframe tweet button. If its the root url e.g. "http://nowmov.com/"; we'll get a number but for specific links

[twitter-dev] Change Background Image Not Working . Any help is appreciated

2010-10-18 Thread x.charles.z
I used the exact same code for the profile pic update except changing the api function. The profile picture update works, but unfortunately the background image update fails. $img_path = $_SERVER["DOCUMENT_ROOT"].'/images/twitter_bg/'.$image; require_once('./application/librarie

[twitter-dev] Pintme rails rumble twitter account suspended - please help

2010-10-18 Thread Mark Turner
Hey Dev list members, We're trying to figure out why the account we setup for the rumble was suspended. We sent a tweet with an @reply to a user when someone purchases them a pint on http://pint.me. A couple hours ago one of our team logged into the email account from the service and noticed that

Re: [twitter-dev] Re: Possible to return a year of status data?

2010-10-18 Thread Tom van der Woerdt
Yes, Ed, I meant Topsy. I couldn't find the name. Tom On 10/18/10 11:56 PM, Toggle wrote: > Hmm, thank you for that input Tom van der Woerdt; are you aware of any > of these sites that have caches tweets? > > I will have a look at Topsy's search API. Thank you M.Edward > > On Oct 17, 10:35 pm,

[twitter-dev] Re: Possible to return a year of status data?

2010-10-18 Thread Toggle
Hmm, thank you for that input Tom van der Woerdt; are you aware of any of these sites that have caches tweets? I will have a look at Topsy's search API. Thank you M.Edward On Oct 17, 10:35 pm, "M. Edward (Ed) Borasky" wrote: > Have you looked at Topsy's search API? As far as I know, that's the  

[twitter-dev] Re: Cross-domain policy file

2010-10-18 Thread zeh fernando
Yahoo! maps APIs - allows all domains http://local.yahooapis.com/crossdomain.xml Yahoo! search APIs - allows all domains http://search.yahooapis.com/crossdomain.xml On Oct 18, 3:34 pm, zeh fernando wrote: > Does Twitter have any plans on when/whether they'll change its current > cross-domain pol

[twitter-dev] Re: Cross-domain policy file

2010-10-18 Thread zeh fernando
Just to add some other examples of popular API domains: Youtube API cross-domain policies - allow connections from all (real) domains http://gdata.youtube.com/crossdomain.xml Google search APIs - allow conection from all domains http://ajax.googleapis.com/crossdomain.xml Ebay APIs - allow connec

[twitter-dev] Cross-domain policy file

2010-10-18 Thread zeh fernando
Does Twitter have any plans on when/whether they'll change its current cross-domain policy file? http://api.twitter.com/crossdomain.xml does not allow requests from Flash-based websites and web apps because it restricts response to twitter.com subdomains. http://search.twitter.com/crossdomain.xml

Re: [twitter-dev] Re: twitter button not showing counter

2010-10-18 Thread Matt Harris
When you use the iframe version of the Tweet Button you need to specify the URL parameter. This is because the iframe code isn't aware of the URL it should be sharing or counting - instead the Share Box flow manages that when the user clicks the Tweet Button. To cause the count to show your iframe

Re: [twitter-dev] Re: Search with geocode does not respect search radius?

2010-10-18 Thread Matt Harris
This is by design for the Search API. When a Tweet doesn't include any Geo information the Search API will instead use the location in the users profile. The Streaming API looks only for Geo information on a Tweet and ignores the user location. If the users location is not important to you this ma

[twitter-dev] Re: twitter button not showing counter

2010-10-18 Thread K
I had the same problem. Not sure if it helps you but it worked when I specified the url, instead of using "The URL for the page the button is on." On Oct 17, 1:06 am, Ismael Briasco wrote: > There is a problem with the tweet-button since the last days, when > nobody shared that link the counter i

[twitter-dev] apparent new bug with REST favorites API

2010-10-18 Thread AJ
I have noticed an apparent bug with the REST favorites API which seems to have just started a few days ago, I think around the 12th or 13th Oct. I am working on an app which amongst other things archives a user's favorites. Periodically, the app pages through older pages of favorites to see if any

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Taylor Singletary
When using headers, you need to wrap each value in quotes. The authorization header should contain only oauth_* parameters, not any additional query parameters that may have been part of your request. Here's an example of the same request you're trying to make (with different keys, but the same ba

[twitter-dev] Re: libauth library

2010-10-18 Thread p5ic05i5
Using libcurl http://curl.haxx.se/ and a little of my brain, took me a week to get full integration and api support on my app. Implemented the oauth by myself, let curl do the transfers, but watchout for its urlencoding function! It encoded even reserved characters, but that is fixed since 7.21.2.

[twitter-dev] Tweeter and Android

2010-10-18 Thread Geo
Hi, I am looking to add a tweet button for my Android Application. How best should I do this? Are there any good examples, which use any provided Twitter apis? Ideally open a dialog on android for user name and password then tweet a status? Have noticed some Android Application which tweet but do

[twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-10-18 Thread Carlos M.
Any update on this issue? I don't see any news in the mailing list :-/ Cheers, Carlos On Sep 4, 8:27 pm, "Orian Marx (@orian)" wrote: > At this point there are a number of fields on various objects returned > by Twitter that should be considered unreliable (mostly on user > objects). It might be

[twitter-dev] tweepy.error.TweepError: Twitter error response: status code = 400

2010-10-18 Thread glaze24
hi, whenever i call search method i receive "tweepy.error.TweepError: Twitter error response: status code = 400" error. I have checked the details with tweepy.debug() and i got the following, connect: (search.twitter.com, 80) send: 'GET /search.json?q=ipod&rpp=100&show_user=True HTTP/1.1\r \nA

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Georgooty varghese
could you please help me .. I am waiting for your reply... On Mon, Oct 18, 2010 at 1:39 PM, Georgooty varghese wrote: > > Now I set to http header name is "Authorization" > header value = > "oauth_consumer_key=**,oauth_nonce=b8qoVIxfQyEOOgu6vHjN215,oauth_signature_method=HMAC-SHA1, > > oauth_

Re: [twitter-dev] How to embed my video in newtwitter? oembed?

2010-10-18 Thread Mauro Asprea
I have asked the same last week http://groups.google.com/group/twitter-development-talk/browse_thread/thread/6a57ce3cc83e9bcc/6c6e73113e49c3b5?lnk=gst On Sun, Oct 17, 2010 at 10:47 PM, Brent Noorda wrote: > I see that newtwitter will now sometimes embed video directly. How to > I prepare my site

Re: [twitter-dev] Incorrect signature while getting home tweets

2010-10-18 Thread Georgooty varghese
Now I set to http header name is "Authorization" header value = "oauth_consumer_key=**,oauth_nonce=b8qoVIxfQyEOOgu6vHjN215,oauth_signature_method=HMAC-SHA1, oauth_timestamp=1287389017,oauth_token=*,oauth_version=1.0,page=1 ,oauth_signature=cY%2F7W%2FuLWCidUD7KziKFwOcM9RI%3D" http req