[twitter-dev] Re: Tweet Button Display Issue

2011-04-12 Thread Sam Hughes
Hey Matt, Thanks for getting back to me, I have attached the HTML that was generated from the Twitter resources page: a href=http://twitter.com/share; class=twitter-share-button data- url=http://www.mycleveragency.com; data-text=I just found the first hidden easter egg! data-count=none

[twitter-dev] Direct Message to more than one person

2011-04-12 Thread Battan Amit
Hi I want to send direct message to more than one person with a single call I am using MGTwitterEngine and calling function like this [requestDict setObject:@direct_message forKey:[twitterObj sendDirectMessage:@this is test from iphone app to:@user_id]]; this is sending ok but am not able to

Re: [twitter-dev] Direct Message to more than one person

2011-04-12 Thread Scott Wilcox
You can only send a direct message to one user at a time. On 12 Apr 2011, at 09:17, Battan Amit wrote: Hi I want to send direct message to more than one person with a single call I am using MGTwitterEngine and calling function like this [requestDict setObject:@direct_message

[twitter-dev] Re: Auto updates to twitter page

2011-04-12 Thread L. Mohan Arun
I am working on WWTS application of pwc client. Here we have countries info and we can edit the info of each country as well. Now, if I edit info, update and click on twitter icon available on this page, it should redirect and post the same to http://twitter.com/pwc_WWTS;. Please help me

[twitter-dev] Re: Get user email from twitter

2011-04-12 Thread L. Mohan Arun
On Apr 11, 12:10 pm, Akhil neeraj.shukla2...@gmail.com wrote: Is it possible to get user email after logged by oauth? if possible then then how can i do this? Allowin' users of twitter api to get user's email address will expose those users to receive spam emails. So it will not be possible to

[twitter-dev] Re: Direct Message to more than one person

2011-04-12 Thread Battan Ror
means we have to use loop .. its not good ... twitter developer should given that option On Apr 12, 1:36 pm, Scott Wilcox sc...@dor.ky wrote: You can only send a direct message to one user at a time. On 12 Apr 2011, at 09:17, Battan Amit wrote: Hi I want to send direct message to more

[twitter-dev] how do i know that a tweet i posted in twitter from my rails application?

2011-04-12 Thread anu
Hi all, I am sharing the posts made in my rails application in twitter. Here is the code I am using: div id=custom-tweet-button a href=http://twitter.com/share?url=[url_value in this palce]text=This is a test target=_blank %=image_tag(../images/share_icons/

[twitter-dev] Authorization, 401 Not authorized error

2011-04-12 Thread Han
Hello I have searched this group for this error for some time without success. My base-string is, POSThttps%3A%2F%2Fapi.twitter.com%2Foauth %2Frequest_tokenoauth_callback%3Dhttp%253A%252F%252Flocalhost %253A3005%252Fthe_dance%252Fprocess_callback%253Fservice_provider_id

[twitter-dev] Logout : Twitter Iphone MGTwitterEngine

2011-04-12 Thread Battan Ror
Hi All How we logout the user from iphone twitter applicatio I am using MGTwitterEngine with code [twitterObj endUserSession]; But user is not logout How we do that -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] statuses/mentions versus statuses/user_timeline

2011-04-12 Thread Randomness
I wrote some code that retrieves tweets sent by an authenticated user which works fine. As the resource I use: http://api.twitter.com/1/statuses/user_timeline.xml which is used for te base string. For the CURLOPT_URL I added paramers to the URL like: ?count=200page=1include_rts=true From the

Re: [twitter-dev] Logout : Twitter Iphone MGTwitterEngine

2011-04-12 Thread Rinku SadhwaniLove is like war: Easy to begin but hard to end. - Anonymous
On Tue, Apr 12, 2011 at 5:26 PM, Battan Ror batta...@gmail.com wrote: Hi All How we logout the user from iphone twitter applicatio I am using MGTwitterEngine with code [twitterObj endUserSession]; But user is not logout How we do that u can do like that -(void)logout { [_engine

[twitter-dev] Re: statuses/mentions versus statuses/user_timeline

2011-04-12 Thread Randomness
See below what I use for the user_timeline which works fine. For the mentions I only changed the second line to reflect that now menions should be returned which gives me th e Incorrect signature message... $method=GET; $resource='http://api.twitter.com/1/statuses/user_timeline.xml';

[twitter-dev] Re: Confused about rate limits

2011-04-12 Thread impeto
:) Ok, authenticated means what it means in the context of the API calls. I am a developer, I make the difference. Perhaps I wasn't too clear: first I used cURL to call http://api.twitter.com/account/ rate_limit_status.json anonymously, no oauth tokens, nothing, and I got 150. Then I used a

Re: [twitter-dev] Re: Confused about rate limits

2011-04-12 Thread Arnaud Meunier
Hey Alin, The sentence you used confused me, sorry. Now I guess you were talking about the account/verify_credentials endpoint :) Question for you: what is your X-RateLimit-Limit header value (for both account/verify_credentials and other endpoints you're using that require authentication)?

Re: [twitter-dev] Re: Confused about rate limits

2011-04-12 Thread hax0rsteve
You appear to be using the wrong URLs. Specify a version number and this will go away. Rather than http://api.twitter.com/account/rate_limit_status.json; use http://api.twitter.com/account/1/rate_limit_status.json; On 12 Apr 2011, at 16:06, impeto wrote: :) Ok, authenticated means

[twitter-dev] Re: Confused about rate limits

2011-04-12 Thread Digga
This is something I am experiencing as well. There is clearly 150 that is awarded to the accounts per hour. I signed out and signed in, ad every time there is 150 requests, not 350. Is there suppose to be 350 or 150 coming from this call? http://twitter.com/account/rate_limit_status.json

Re: [twitter-dev] Re: Confused about rate limits

2011-04-12 Thread hax0rsteve
Sorry, my bad, that should indeed be http://api.twitter.com/1/... On 12 Apr 2011, at 17:17, impeto wrote: You actually have to put the 1 before account: http://api.twitter.com/1/{end point}.json I just now realized that the CodeIgniter library that I use does not add the version number.

[twitter-dev] Re: Confused about rate limits

2011-04-12 Thread impeto
You actually have to put the 1 before account: http://api.twitter.com/1/{end point}.json I just now realized that the CodeIgniter library that I use does not add the version number. I guess I'll have to send the developer a note on that. Hey! It works fine now. Thank you. I would have never

Re: [twitter-dev] Re: Auto updates to twitter page

2011-04-12 Thread Pavan
Thanks for the info Mohan. Hers is my requirement.. As I said earlier, there'll be a twitter icon on my application(WWTS Application). If content editor of my application edits this info, saves it and clicks on it, it should redirect to http://www.twitter.com/pwc_WWTS and should auto post the

[twitter-dev] Users/Lookup

2011-04-12 Thread Gabe
Hi, I have read all the users/lookup related posts and also scoured the internet looking for an appropriate example.I posted a question as a reply on one but don't see it so I am hoping someone can help a twitter api newbie. I just want to get results from users/lookup. I am using Abraham's Oauth

[twitter-dev] Re: users/lookup.json

2011-04-12 Thread Gabe
If anyone can help me I would SO appreciate. I have successfully used Abraham's Twitter Oauth in the past, yet I am relatively new to Twitter API programming. I am trying to use users/lookup and understand that it has to be authenticated. I am not getting results and I have searched for clear

Re: [twitter-dev] Users/Lookup

2011-04-12 Thread Abraham Williams
Try: $userDeets = $connection-get('users/lookup' array('screen_name' = 'biz,twitterapi')); That should work. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham

[twitter-dev] Re: Users/Lookup

2011-04-12 Thread Gabe
Neither works. Am I processing the results correctly? On Apr 12, 3:25 pm, Abraham Williams 4bra...@gmail.com wrote: Try: $userDeets = $connection-get('users/lookup' array('screen_name' = 'biz,twitterapi')); That should work. Abraham - Abraham Williams | Hacker Advocate |

[twitter-dev] Problem with twitter API

2011-04-12 Thread Marco
Hi I'm writing some SW who interact with twitter and some other social network.I've to request some information(with the autentication) to twitter profiles.Specifically i'd like to recover the email address of the user and also the email address of his friend.I've seen how i can autenticate with

[twitter-dev] Re: Get user email from twitter

2011-04-12 Thread Marco
But with an autorization is possible??? On 12 Apr, 11:51, L. Mohan Arun mar...@gmail.com wrote: On Apr 11, 12:10 pm, Akhil neeraj.shukla2...@gmail.com wrote: Is it possible to get user email after logged by oauth? if possible then then how can i do this? Allowin' users of twitter api to

[twitter-dev] Re: Users/Lookup

2011-04-12 Thread Gabe
Thanks to Abraham for reminding me about var_dump which showed the results as NULL. At risk of outing myself as stupid I will do so anyway in case there might be someone out there who has also been searching for how to do this, from start to finish. This code works. The stupid part was not

Re: [twitter-dev] Re: Get user email from twitter

2011-04-12 Thread Taylor Singletary
Email address will not returned to your from the Twitter API, whether you've authenticated a user or not -- it's not part of the package. If you'd like the user's email address, kindly ask for it in your application -- but I'd recommending having a related privacy policy in place. @episod

[twitter-dev] Re: The thinking behind not drawing attention to Unfollows?

2011-04-12 Thread Brian Sutorius
For a little clarification, this policy item was added to our API Terms of Service with the release of our User Streams and Site Streams products. Both streams deliver negative events such as unfollows and unfavorites as distinct objects in the streams, so apps can adjust in real-time. This policy

Re: [twitter-dev] how do i know that a tweet i posted in twitter from my rails application?

2011-04-12 Thread Arnaud Meunier
Hey Anu, The tweet button currently doesn't support callbacks. However, there's this Enhancement ticket you can vote for: http://code.google.com/p/twitter-api/issues/detail?id=1835 Arnaud / @rno http://twitter.com/rno On Mon, Apr 11, 2011 at 10:39 PM, anu anu...@gmail.com wrote: Hi all, I

[twitter-dev] Re: Get friends who registered on my website?

2011-04-12 Thread Ig0r
Anyone have any thoughts on this? Please guys... Thanks once again! On Apr 10, 5:33 pm, Ig0r ryzhkov.i...@gmail.com wrote: Hello I'm coding one website which need a Find your Twitter friends here functionality. What is the best way to do it? At first I've decided to get user friends list.

Re: [twitter-dev] Re: Get friends who registered on my website?

2011-04-12 Thread Nicholas Chase
I would store the Twitter username and id for all of your users. Then you should be able to correlate them from within your own system rather than constantly doing lookups. Nick On 4/12/2011 7:20 PM, Ig0r wrote: Anyone have any thoughts on this? Please guys... Thanks once again!