[twitter-dev] Re: Get resolved URLs?

2010-08-08 Thread Orian Marx (@orian)
Agreed, this would make a lot of sense for Twitter to return, especially as the t.co link wrapping gets rolled out. On Aug 6, 3:17 pm, Tom allerleiga...@gmail.com wrote: I agree - it would be nice to have this. Possibly as an entity? http://dev.twitter.com/pages/tweet_entities Tom On Aug 6,

[twitter-dev] Re: Uploading a Profile Image help

2010-08-08 Thread Tom
That's a lot of code, but it's easier to debug this kind of issues if you show the request to Twitter. Tom PS: You should switch to oAuth! On Aug 8, 2:28 am, marketingmaniac execut...@gmail.com wrote: i use to have this app that suddenly doesn't work anymore,, it use to work perfectly and

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

2010-08-08 Thread Tom
I have to admit that you've got a very good point there. However, don't forget that any twitter account can create new API keys, without any kind of review process ;-) The problem is very simple: Twitter needs something to identify the application, and this identification must be sent by the

[twitter-dev] Re: GAE Twitter API Access

2010-08-08 Thread D
Hi Taylor, After dubbing more into it, I found that this seems to be GAE error, nothing with twitter api. Sorry for that and Thanks for your help. D On Aug 5, 7:33 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi there, The library you're trying to use only uses basic

Re: [twitter-dev] Re: Can we use localhost to tweet messages using oAuth authentication??

2010-08-08 Thread punit khaire
Thanks Tom, I am using localhost to tweet messages but it is giving error message as Failed to authenticate with oauthe signature and token.Is this happening because I had given callback URL.I am generating proper signature and sending all parameters. I am not getting where I am going wrong .

[twitter-dev] Cannot redeclare class OAuthException

2010-08-08 Thread TwitterApps
Im using http://github.com/abraham/twitteroauth and getting an error Fatal error: Cannot redeclare class OAuthException in /home/vietnam/ public_html/twitteroauth/OAuth.php on line 8

[twitter-dev] Can we automate the user login process on twitter...

2010-08-08 Thread Punit.khaire
Hi, I am develop[eing one web application to tweet posts on twitter, 1. Request token 2.Authorize user on twitter 3.Get access token from twitter 4.Post on tweitter. When I authorize user on twitter(2nd step) ,I am redirected to twitter.com to allow user to enter the Username

[twitter-dev] Can't get the friend list of the logged in user (oAuth)

2010-08-08 Thread Rémy B
Hi all, I use oAuth to authenticate the users on my site. Although I can get the basic info such as the name, the ID or the twitter account (get_accountVerify_credentials), I am not able to get the friend list on another page through the following URL:

[twitter-dev] 101 HELP: How to update status using Javascript/jSON?

2010-08-08 Thread Claudia
HI all Just getting started with the Twitter API and simultaneously getting familiar with jSON. Does someone have an example of the best practice for updating a user status using Javascript/JQuery/jSON? I've successfully retrieved statuses and user information, but am struggling with the post

[twitter-dev] Best method of displaying a list of friends

2010-08-08 Thread Alex Chang
What's the best method for display a list of friends to a twitter user? In most other oauth / social network apis - they usually return an id as well as a name. What's the best way to go about showing a list of friends without getting killed by the api limit? Right now I'm using

[twitter-dev] streaming API help (regular API works)

2010-08-08 Thread ianrose
Hi - I hope I am not posting a question that has previously been answered - I tried searching the archives but to no avail. I am trying to get the 'sample' stream API working but am getting 401 Unathorized errors. For debugging purposes, I am using curl for now. The following command fails

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

2010-08-08 Thread Jef Poskanzer
On Aug 7, 10:52 am, @epc epcoste...@gmail.com wrote: What's the approved open source solution to this problem? You don't have to make it a full-fledged web app as Ed Borasky says. You can also use a server-side proxy that holds your API keysecret and signs API calls. Of course this means all of

Re: [twitter-dev] Cannot redeclare class OAuthException

2010-08-08 Thread Abraham Williams
It means you are including the OAuthException class twice in your project. Once is probably from a PECL OAuth extension. Have a look at: http://github.com/abraham/twitteroauth/issues/issue/24 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham |

Re: [twitter-dev] Uploading a Profile Image help

2010-08-08 Thread Raghu Prasad
On Sun, Aug 8, 2010 at 5:58 AM, marketingmaniac execut...@gmail.com wrote: i use to have this app that suddenly doesn't work anymore,, it use to work perfectly and now ,, hmm,, any help would be appreciated,, Though I don't know a bit about VB, I can safely say that profile image functionality

[twitter-dev] Java example using OAuth with the streaming API?

2010-08-08 Thread Dave C
Does anybody have sample OAuth code for the streamin API in Java?

[twitter-dev] when access xauth(access_token)

2010-08-08 Thread jack cai
when i access xauth(access_token),response http 401,cay response detail infomation? So I know what went wrong