[twitter-dev] Re: Incorrect signature with oAuth

2010-07-17 Thread Carlos
Don't know if it matters but you are adding a space after each comma in the Authorization Header. Also check your signature generation method using the following: http://oauth.googlecode.com/svn/code/javascript/example/signature.html and see if you are getting the same signature values. On Jul 17

[twitter-dev] Re: Has anyone used Pivot connect to Twitter

2010-07-17 Thread TrixJo
What is the link/URL for pivot? On Jul 17, 4:11 am, Shweta wrote: > Hi all, > I saw this application named Pivot. Have anyone tried to connect your > twitter account through pivot so that you can simply look a complete > view of your profile. > If yes, can someone help me how to do it. > I am new

[twitter-dev] Are unauthenticated API calls being counted twice against rate limits?

2010-07-17 Thread M. Edward (Ed) Borasky
I've got a script that dumps a list of friends and followers for a user. When I run it authenticated with oAuth, it behaves as expected: limit: 350, remaining: 349, seconds_to_go: 3599, ratio: 1.00, sleep: 9.3 follower ids page 1 540 retrieved has 540 followers limit: 350, remaining: 3

Re: [twitter-dev] Re: abrahams twitteroauth issue

2010-07-17 Thread Abraham Williams
It should be possible to do everything the REST API currently supports other then uploading images which will be in the next beta. Feel free to send me code samples of what you are having issues with. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://pro

[twitter-dev] Re: User Photo Loading Issues

2010-07-17 Thread David
Don't think this solves the problem you're talking about necessarily, and I'm still guilty of this in same places in my app, but rather than storing the profile_image_url in your db and having to check to update it when it gets stale, you can just reference it with an API call: http://dev.twitter.c

[twitter-dev] GEOCODE search problem in Chile

2010-07-17 Thread Daniel
Hi! I'm trying to make a search query with GEOCODE params but this is not working propperly. I created this geolocalizated tweet with echofon: http://twitter.com/DanielAtik/status/18794641441 As you may see here is the lat, lon of this tweet: http://maps.google.com/maps?q=-33.437790,-70.635895

[twitter-dev] Re: Incorrect signature with oAuth

2010-07-17 Thread CeBeans
Hi Carlos: Thanks for the sniplet. I just converted my source to encode when *building* the parameter string and encode again when *adding* it. I tried on my proper app token codes and still signature error. This is with my base looks like now. NOTE: I changed the C++ source back to the older t

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

2010-07-17 Thread Abraham Williams
There is an open issue for SSL support on dev.twitter.com - http://code.google.com/p/twitter-api/issues/detail?id=1665 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [

Re: [twitter-dev] Re: Error following with oAuth

2010-07-17 Thread Abraham Williams
You will want to use the friendships method. http://dev.twitter.com/doc/post/friendships/create/:id $opResult = $connection->post('friendships/create/xx'); Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am Th

[twitter-dev] Re: Error following with oAuth

2010-07-17 Thread EastSideDev
I am trying to follow a user. The message I get is: There was a problem following the specified user. I am calling it like this: $opResult = $connection->post('notifications/follow', array('screen_name' => 'xx'), TRUE); A dump of the $opResult array produces this: Array ( [request] => /

[twitter-dev] Re: Incorrect signature with oAuth

2010-07-17 Thread Carlos
Are you doing this in PseudoCode? base = "method&URLEncode(endpoint)&URLEncode(URLParameterString)" where URLParameterString = "URLEncode(name)=URLEncode(value)&URLEncode(name)=URLEncode(value)..." On Jul 17, 11:01 am, CeBeans wrote: > Im developing a DLL in eVC++3.0 (native C++) that uses the

Re: [twitter-dev] Error following with oAuth

2010-07-17 Thread Abraham Williams
Are you trying to follow a user or enable SMS notifications for a user? What error message are you getting? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private.

[twitter-dev] finding the number of accounts blocking a particular account

2010-07-17 Thread Sanjay
I know there was a post a while back about exposing which accounts may be blocking a particular account and using that info for retaliatory purposes but is there a way to get the sheer number of accounts blocking a particular account? This data point could be useful in knowing how to sort out actu

[twitter-dev] Error following with oAuth

2010-07-17 Thread EastSideDev
I am using the twitteroauth PHP library. It's working fine for status updates, but I am getting an error when I try to use it for notificaitons/follow. This is not an issue of incorrect/expired tokens, etc, as I am doing two successive calls from the same app. The first does a status update, and t

[twitter-dev] Incorrect signature with oAuth

2010-07-17 Thread CeBeans
Im developing a DLL in eVC++3.0 (native C++) that uses the Twitter oAuth to update a status and have searched the web and support websites for over a week but still cant figure the signature problem out. NOTE: I have deleted the

[twitter-dev] Custom Follow Buttons?

2010-07-17 Thread David Li
Hi! Does anyone know if there is a way to have custom made follow buttons using the @Anywhere API? I've looked quite thoroughly through the documentation and whilst there is an option to have custom connect buttons, there is no mention of custom follow buttons. Any help would be much appreciated,

[twitter-dev] Has anyone used Pivot connect to Twitter

2010-07-17 Thread Shweta
Hi all, I saw this application named Pivot. Have anyone tried to connect your twitter account through pivot so that you can simply look a complete view of your profile. If yes, can someone help me how to do it. I am new to the coding world. Shweta