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

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 brent.noo...@gmail.comwrote: I see that newtwitter will now sometimes embed video directly. How

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 georgo...@gmail.comwrote: Now I set to http header name is Authorization header value =

[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=ipodrpp=100show_user=True HTTP/1.1\r

[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) or...@orianmarx.com wrote: At this point there are a number of fields on various objects returned by Twitter that should be considered unreliable (mostly on user

[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: 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

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

[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

[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 brias...@gmail.com wrote: There is a problem with the tweet-button since the last days, when nobody shared that

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

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

[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.

[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

[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 z...@zehfernando.com wrote: Does Twitter have any plans on when/whether they'll change its

[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 zn...@borasky- research.net wrote: Have you looked at Topsy's search API? As

[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

[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;

[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

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

[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

[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? --

[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: [ {

Re: [twitter-dev] Maximum username length

2010-10-18 Thread Gonzalo Larralde
On Thu, Mar 11, 2010 at 7:12 AM, Nick Telford nick.telf...@tweetmeme.com 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

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

[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 : errorIncorrect signature/error When I send a message signbase string is shown below. POSThttp%3A%2F%2Ftwitter.com%2Fdirect_messages%2Fnew.xml%3F screen_name%3DRECEIVERNM oauth_consumer_key%3DCKEY%26