[twitter-dev] POST :user/lists

2010-08-06 Thread Ken
I'd like some help as I implement and test the API methods, of which there are dozens. For example, the create list method, titled POST :user/lists on dev.twitter.com, shows the URL endpoint as: http://api.twitter.com/version/:user/lists.format I am not familiar with the notation :user but from

[twitter-dev] Will you guys help me here?

2010-08-06 Thread Rushikesh Bhanage
Hi guys, with a hope to get some sort of help here, I wanted to ask you guys, I am getting error while loading xml formatted data into object like: * Warning*: simplexml_load_string() [function.simplexml-load-stringhttp://www.honestfollowers.com/function.simplexml-load-string]:

[twitter-dev] Re: Using the Authorization header

2010-08-06 Thread Ben Jones
Hi Taylor, Thanks for the pointers! Turned out the problem was related to encoding. I fixed the encoding on the status in the body, and then noticed that I wasn't encoding the '=' at the end of the signature in the header. When I'd put the signature in the body, it was encoded with all the other

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-06 Thread Bess
I am able to use Twitter4J Oauth in Android SDK 2.1. Can you do the same on BB? Does BB has the same JAVA environment similar to Android? I assume J2SE is very different than Android Java? On Aug 5, 4:52 pm, BBTweet Media Player bbtweetme...@gmail.com wrote: Ernandes, Thanks for the response.

[twitter-dev] I ask to debug [0] = array and list = Array

2010-08-06 Thread twiDDern
Hello sorry for the bad english! I ask to debug a [0] and array and list = Array variable it shows me that I can not interpret correctly. can someone give me a hint. what are these variables? what is: 1st [following] ([following] is not [friends_count] 2nd [show_all_inline_media] 3rd

[twitter-dev] how to send my consumer key and consumer secrect from hearder

2010-08-06 Thread chinna
i am integrating twitter with my web application . I have registered my application with twitte and got the Consumer key and Consumer secret.Now how to send my consumer key and consumer secrect from hearder from my application to get the login page from twitter. thanks in advance

[twitter-dev] Who to follow

2010-08-06 Thread iLyas
Who to follow is ready ?

[twitter-dev] Posting Comments using OAuth in C#.NET

2010-08-06 Thread Siva Shunmugam
Hi Guys, can you give me some sample code which posts the comments to the twitter using OAuth. Thanx. Siva

[twitter-dev] Remote Server Error : 403 Forbidden

2010-08-06 Thread Siva Shunmugam
Hi Guys, I have created a code which posts the comments to the twitter.. but the code was posting only for the first time... and from the next time itz throwing Remote Server Error : 403 Forbidden error. I am experiencing this issue only for the past two day.. previously it was working properly..

[twitter-dev] Good morning

2010-08-06 Thread Brian Fromme
I am having a hard time reading it all. Is there someone to teach me what to do next?

[twitter-dev] Re: Twitter streaming api

2010-08-06 Thread Idoshilon
Sorry , I missed this in the API that follow request returns also tweets created by a specified user and subsequently explicitly retweeted by ANY user. It's just the tweets .. On Aug 5, 11:07 pm, John Kalucki j...@twitter.com wrote: Are you getting retweets of the specified users by other

Re: [twitter-dev] Who to follow

2010-08-06 Thread Taylor Singletary
The Who to Follow/Recommended Users API is not yet ready. We'll announce it here when it is though. Thanks, Taylor On Fri, Aug 6, 2010 at 2:12 AM, iLyas ilyas.osmano...@gmail.com wrote: Who to follow is ready ?

Re: [twitter-dev] Who to follow

2010-08-06 Thread prashant singh
yes On Fri, Aug 6, 2010 at 2:42 PM, iLyas ilyas.osmano...@gmail.com wrote: Who to follow is ready ? -- Prashant Singh Product Manager, Spice Labs. Blog : http://blog.spicelabs.in If someone's using a PC to demo the Next Big Thing... then it's not the next big thing.~Russell Beattie

Re: [twitter-dev] Who to follow

2010-08-06 Thread B Fromme
i am so lost...as usual. On Fri, Aug 6, 2010 at 9:43 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: The Who to Follow/Recommended Users API is not yet ready. We'll announce it here when it is though. Thanks, Taylor On Fri, Aug 6, 2010 at 2:12 AM, iLyas

[twitter-dev] OAuth request token 401 error

2010-08-06 Thread ladyvoltron
Hi, I 've recently successfully implemented OAuth for Hyves and now trying to get OAuth working for Twitter. As it was recommended in Twitter API documentation, I used POST with 'Authorization' header. I keep getting 401 Unauthorized status with message 'Failed to validate oauth signature and

[twitter-dev] Re: Remote Server Error : 403 Forbidden

2010-08-06 Thread Tom
Well, 1 thing I notice is that you are using Basic Authentication. Don't! Also, I don't see what you are sending - I only see code. Can you show an example request? Tom On Aug 6, 11:22 am, Siva Shunmugam sivashunmuga...@gmail.com wrote: Hi Guys, I have created a code which posts the

[twitter-dev] Re: Good morning

2010-08-06 Thread Tom
I'm sure that there are people here who can teach you all kinds of stuff, but they would all direct you to the documentation eventually. Keep reading, and if you have questions, just ask them here. ;-) Tom On Aug 5, 1:07 pm, Brian Fromme b.from...@gmail.com wrote: I am having a hard time

[twitter-dev] Re: Posting Comments using OAuth in C#.NET

2010-08-06 Thread Tom
There are several .NET libraries here : http://dev.twitter.com/pages/oauth_libraries Tom On Aug 6, 11:25 am, Siva Shunmugam sivashunmuga...@gmail.com wrote: Hi Guys, can you give me some sample code which posts the comments to the twitter using OAuth. Thanx. Siva

[twitter-dev] Re: how to send my consumer key and consumer secrect from hearder

2010-08-06 Thread Tom
Hi, The best option for starting developers is to use a Twitter library, which you can find at http://dev.twitter.com/pages/oauth_libraries The setup procedure depends on the library. Tom PS: I hope that your programming code has less typo's than your messages ;-) On Aug 6, 8:14 am, chinna

[twitter-dev] Re: I ask to debug [0] = array and list = Array

2010-08-06 Thread Tom
Sorry, but I have no idea what you are talking about. Please answer these questions : 1. What are you trying to achieve? 2. What is the Twitter data (json/xml) you get? 3. What is the actual problem? Tom On Aug 6, 3:15 pm, twiDDern landmatro...@googlemail.com wrote: Hello sorry for the bad

[twitter-dev] Re: Will you guys help me here?

2010-08-06 Thread Tom
On Aug 6, 11:06 am, Rushikesh Bhanage rishibhan...@gmail.com wrote: Hi guys,    with a hope to get some sort of help here,  I wanted to ask you guys,  I am getting error while loading xml formatted data into       object     like: *   Warning*: simplexml_load_string()

[twitter-dev] Re: POST :user/lists

2010-08-06 Thread Tom
I have no idea why :user is used, although I can imagine that it has something to do with accounts that are managed by multiple people (contributors) or something. To be honest, I have no idea at all. To answer your question about the best source of API documentation: dev.twitter.com, and if you

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread Tom
Hi, I don't have a java compiler ready so I can't test your code. The page about xAuth shows all steps between the start and the actual signature. Try reproducing every single one of these values. (Usually you can simply log all steps and then compare the results with the xauth page.) Tom On

RE: [twitter-dev] Re: Will you guys help me here?

2010-08-06 Thread Brian Fromme
Omg. Its all so clear now! J'son. No, being an ass. -Original Message- From: Tom allerleiga...@gmail.com Sent: Friday, August 06, 2010 10:23 AM To: Twitter Development Talk twitter-development-talk@googlegroups.com Subject: [twitter-dev] Re: Will you guys help me here? On Aug 6, 11:06 

Re: [twitter-dev] Re: Will you guys help me here?

2010-08-06 Thread Matt Harris
Just to hop in on this one. When you make a request to the Twitter API it is important you check the HTTP code returned in the headers. When Twitter throws any 50x error (over capacity for example) we return an HTML page. We're working on fixing this but for the time being, if you receive a 50x

Re: [twitter-dev] AS3 Support?

2010-08-06 Thread Matt Harris
Hi Dave, There is a community written AS3 OAuth library to help connect to the Twitter API listed on our OAuth Libraries page: http://dev.twitter.com/pages/oauth_libraries#flash There are also a number of community Twitter libraries listed on our Libraries page:

Re: [twitter-dev] Help with an application.

2010-08-06 Thread Matt Harris
Hi Victoria, So we can help you out could you share the code you are using to post a Tweet. Also, when a Tweet doesn't post you should be getting a response of some kind from the API - can you share the responses for those failed request too. Best, Matt On Thu, Aug 5, 2010 at 12:56 PM, Victoria

[twitter-dev] Get resolved URLs?

2010-08-06 Thread Brian Medendorp
I can see that twitter itself must be resolving any shortened URLs somewhere, because if you search for a domain name (such as amazon.com), you get a bunch of results that don't seem to match until you resolve the shortened URL in the tweet and see that it points to the domain you searched for,

[twitter-dev] OAuth authorizing multiple accounts and disabling automatic redirection when account is already authorized

2010-08-06 Thread Nick Spacek
That's a long subject line, but I haven't seen much related to it (there was one post last Autumn but didn't seem to have any resolutions. I'm working on an app where an app user may want to authorize multiple Twitter accounts. Right now if they are already logged into Twitter (say, with their

[twitter-dev] Re: How is this a solution?

2010-08-06 Thread briandunnington
Taylor - thanks for the response. it is good to hear it from the horse's mouth. unfortunately, distributing the app without keys/secrets and asking each user to register their own set of keys is not feasible for my app. in lieu of a better solution, i will have to remove Twitter integration for

Re: [twitter-dev] Re: DMs and followers list

2010-08-06 Thread Matt Harris
Hi Mark, In the Twitter direct message composition screen we display an alphabetised list of up to 100 of the most recent users you sent direct messages to. Hope that helps, Matt On Wed, Aug 4, 2010 at 12:38 PM, Mark Krieger markskrie...@gmail.comwrote: Thanks, one of my colleagues, who is

Re: [twitter-dev] BlackBerry, XAuth and twitterapime

2010-08-06 Thread Ernandes Jr.
BB is powered by Java ME and some specific RIM Java APIs. On Fri, Aug 6, 2010 at 8:26 AM, David Francisco Tavárez davidftava...@gmail.com wrote: Twitter4J do not run on BB. 2010/8/6, Bess bess...@gmail.com: I am able to use Twitter4J Oauth in Android SDK 2.1. Can you do the same on BB?

Re: [twitter-dev] Re: I ask to debug [0] = array and list = Array

2010-08-06 Thread landmatrosen
hi tom when I look at a JSON representation, I am a little confused I read the data off and save them one part in a mysql database .. I have found an explanation for dev.twitter.com .. I wanted to know what the variable many greetings from Germany alexander friedland 2010/8/6 Tom

[twitter-dev] Callback URL not authorized issue

2010-08-06 Thread Steve
I have implemented @Anywhere on a web-page. I have registered an app with Twitter and inserted the API key in the head section and both modules in the body section of my page. I am getting the following error: The provided callback url http://mymobileplanet.co.uk/iPhone.html is not authorized

Re: [twitter-dev] Re: I ask to debug [0] = array and list = Array

2010-08-06 Thread CWorster
Hi, I wanted to know what the variable here's a list about return values I found in the old Api-Wiki http://apiwiki.twitter.com/Return-Values. Unfortunately not all values are described (e.g. show_all_inline_media). Cheers Christian

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread BBTweet Media Player
Tom, Thanks for the reply. That is what I tried to do here. I used the exact same values presented on the XAuth page http://dev.twitter.com/pages/xauth. Everything was exactly the same upto the point where I ran the HMAC- SHA1 encoding String signature = hmacsha1(signingSecret,

Re: [twitter-dev] Re: How is this a solution?

2010-08-06 Thread Julio Biason
On Thu, Aug 5, 2010 at 8:41 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: We know this isn't ideal. No, it's not ideal: It's far far FAR from it. But we're supporting OAuth 1.0a right now, and for the safety of our users, for the ecosystem, and for you: please don't distribute API

RE: [twitter-dev] Callback URL not authorized issue

2010-08-06 Thread Brian Fromme
I was able to click right in to the page from my black jack, which is good. Half the links in cyberspace don't usually come mobile windows based! -Original Message- From: Steve atif-nas...@hotmail.com Sent: Friday, August 06, 2010 1:56 PM To: Twitter Development Talk

[twitter-dev] Re: I ask to debug [0] = array and list = Array

2010-08-06 Thread Tom
show_all_inline_media is, as far as I know, a setting that determines whether to show images on /home, instead of standard urls like twitpic. Tom On Aug 6, 8:15 pm, CWorster cwors...@schlimmer.com wrote: Hi, I wanted to know what the variable here's a list about return values I found in

[twitter-dev] Re: Get resolved URLs?

2010-08-06 Thread Tom
I agree - it would be nice to have this. Possibly as an entity? http://dev.twitter.com/pages/tweet_entities Tom On Aug 6, 6:35 pm, Brian Medendorp brian.medend...@gmail.com wrote: I can see that twitter itself must be resolving any shortened URLs somewhere, because if you search for a domain

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread BBTweet Media Player
WHOOO! I got my first 200 getting an XAuth request token. I think the answer to my question is no, I am not expected to get the same signature the have in the XAuth example but it always the same on my device. My final problem was I was not URL encoding the signature before placing it into

[twitter-dev] Re: What do the attributes represent in a geo place lookup for a city

2010-08-06 Thread Carlos
Was the mentioned document completed? On Jul 13, 10:13 pm, Ryan W rwilli...@gmail.com wrote: Thanks Matt, I'll look forward to the doc updates. On Jul 12, 11:05 pm, Matt Harris thematthar...@twitter.com wrote: Great questions. I'll be publishing a document to dev.twitter.com about

[twitter-dev] Re: Callback URL not authorized issue

2010-08-06 Thread Steve
Thanks Brian. If anyone else can check if the follow me and the twitter box is working fine on my page. The apps are still giving me the same error as mentioned above. On Aug 5, 11:09 pm, Brian Fromme b.from...@gmail.com wrote: I was able to click right in to the page from my black jack, which

Re: [twitter-dev] Callback URL not authorized issue

2010-08-06 Thread Dana Contreras
Hi Steve, Our OAuth implementation is very strict about host names and will not authorize callbacks unless the host name matches exactly. In your case, the www subdomain is the difference. You can make your @Anywhere app work on both host names by adding mymobileplanet.co.uk (without the www) to

Re: [twitter-dev] Re: What do the attributes represent in a geo place lookup for a city

2010-08-06 Thread Matt Harris
Thanks for the bump on this one. I haven't published them to the website yet but will get them out next week. On Fri, Aug 6, 2010 at 2:58 PM, Carlos carlosju...@gmail.com wrote: Was the mentioned document completed? On Jul 13, 10:13 pm, Ryan W rwilli...@gmail.com wrote: Thanks Matt, I'll

[twitter-dev] Re: In Reply To

2010-08-06 Thread gloopymoop
For example - make a script which tracks a specific #hashtag you are required to include to be in the chain, then each time it is mentioned harvest the in reply to from that tag and keep it in a database which can then be used to access that tweet later... A rather roundabout way but will work i

[twitter-dev] vb.net update twitter profile

2010-08-06 Thread marketingmaniac
this function use to work,, now its doesnt ? anyone know why? Public Shared Function Account_UpdateProfileImage(ByVal username As String, ByVal password As String, ByVal image As Byte(), ByVal extension As ImageExtension) As String Try Dim s As String = String.Empty

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread Bess
You need Twitter to approve before you can use xAuth. xAuth is different than OAuth. Can I ask which xAuth library did you use on BB? Is that Java? not J2ME On Aug 6, 1:03 pm, BBTweet Media Player bbtweetme...@gmail.com wrote: WHOOO! I got my first 200 getting an XAuth request token. I

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-06 Thread Bess
If Twitter4J do not run on BB, which OAuth or xAuth lib do you use in BB? There is no other Java option in BB? You have to use J2ME in BB? What about webos BB has announced? Can I port my Java code from Android straight to BB? How much code re factoring or rewrite I have to do to move from