[twitter-dev] How do I get top tweets for certain hashtags to my websites?

2011-06-26 Thread Sushil Gupta
I want to make a website (my first project) that pulls the top tweets on twitter that are related to wisdom quotes and I want to put them into my website, one quote a day. I want to enable visitors to subscribe to get those quotes by email, sms, facebook updates, tweets on their accounts too. S

Re: [twitter-dev] How do I register a non-existent app?

2011-06-17 Thread tamara.mr.willi...@gmail.com
Hi Taylor: Thank you for your help :D. I registered the app using my Twitter name and public url so now I have the required codes and I can continue with the software design and hopefully, quickly move to test plan and coding. Tamara -- Twitter developer documentation and resources: https://d

Re: [twitter-dev] How do I register a non-existent app?

2011-06-15 Thread Taylor Singletary
Hi Tamara, Just use placeholder data on dev.twitter.com/apps while registering your application. You can use your @username as the name for your application or something similar. For the callback URL -- this value is really just a placeholder for all intents and purposes anyway, and so as long as

[twitter-dev] How do I register a non-existent app?

2011-06-15 Thread t.williams
Hello Developers: I have always heard of Twitter but just recently created a Twitter account. I want to develop an app which will use the Twitter API and more specifically the REST API to collect public Tweets and then perform some processing. I have been reading the documentation but still have a

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

2011-04-12 Thread Anu Sebastian
Thanks Arnaud. Looking forward to see this feature implemented soon. Anu On Wed, Apr 13, 2011 at 3:17 AM, Arnaud Meunier wrote: > 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-ap

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 On Mon, Apr 11, 2011 at 10:39 PM, anu wrote: > Hi all, > > I am sharing

[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: http://twitter.com/share?url=[url_value in this palce]&text=This is a test" target="_blank"> <%=image_tag("../images/share_icons/ share_this_on_twitter.png", :id=>"twitshare", :bor

Re: [twitter-dev] How do I change the developer (or add another developer) to an application

2011-02-07 Thread Taylor Singletary
Hi there, The Twitter App model is single-user -- only one user can own and administrate an application. If you need to change the owner of the account, send a message to a...@twitter.com from the email address currently owning the application -- include details on the target user account to rece

[twitter-dev] How do I change the developer (or add another developer) to an application

2011-02-07 Thread Timmee
How do I change the developer (or add another developer) to an application -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your

[twitter-dev] How do i find if a twitter account is connected to my twitter application

2010-12-08 Thread vijai
hi all, i am developing a webapp which (almost) uses twitter for authentication. From my webapp, clicking on a button, redirects the user to the oauth/authenticate?oauth_token=xx page. If the user is already connected to the application, everything is fine, i.e. i can figure that the user is c

[twitter-dev] How do I find the URL of a Twitter user WWW page, having only their twitterID?

2010-11-18 Thread Kaspa
The title says it all. Been looking for some time now. (I know I can lookup the API for user detail and then use that. That's not what I want, I want a way of directly putting the URL together) Are URLs that directly use userIDs in some way prohibited? -- Twitter developer documentation and reso

[twitter-dev] How do I use "Twitter Tools" on WP with the new rules twitter has?

2010-10-17 Thread Barbara
I am not a techie unfortunately and my Twitter Tools plugin on Wordpress does not post anymore. The info I get on how to fix it seems also to be outdated. What do I do now? or is there another WP plugin I can use to automatically tweet my blog posts? Thanks for your help. Be well Barbara www.bar

Re: [twitter-dev] How do I create a developer account?

2010-09-23 Thread Taylor Singletary
Hi CSKim, You can use your regular old Twitter account, or otherwise create a new Twitter account. Apps belong to Twitter accounts. Sorry that this isn't clear! Taylor On Thu, Sep 23, 2010 at 4:40 PM, CSKim wrote: > I want to register an application, but when I click on the link, it > takes me

[twitter-dev] How do I create a developer account?

2010-09-23 Thread CSKim
I want to register an application, but when I click on the link, it takes me to a sign in page. I can't find anywhere to create an account. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Track

Re: [twitter-dev] How do I get the id of the last status update?

2010-09-22 Thread Abraham Williams
$status = $connection->post('statuses/update', array('status' => 'text to post')); $status->id; 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. On Wed, S

[twitter-dev] How do I get the id of the last status update?

2010-09-22 Thread Polskaya
Hi all, I got a bit stuck I'm afraid. I have a single user application. Using the code below, I can post a status update. However, I would like to receive the id of that last update. include('oAuth/twitteroauth.php'); define("CONSUMER_KEY", "***"); define("CONSUMER_SECRET", "***"); define("OAUTH_T

Re: [twitter-dev] How do i retrieve tweets on the friends_timeline using oauth

2010-09-17 Thread Taylor Singletary
Hi Lyra, I don't know much about working in ColdFusion, or using OAuth in Cold Fusion but this thread might help you: http://stackoverflow.com/questions/997708/coldfusion-oauth-twitter-api I know that some folks delegate OAuth operations to a Java class. Taylor On Fri, Sep 17, 2010 at 1:55 AM,

[twitter-dev] How do i retrieve tweets on the friends_timeline using oauth

2010-09-17 Thread Lyra
I want to retrieve friends tweets to display on my website. I was previously using basic authentication but this no longer works. The site is a coded in coldfusion and I have set up an application on the Twitter site so i have a consumer key etc. But i don't know what to do next. Any help or adv

[twitter-dev] How do I enable my account to start using t.co

2010-09-02 Thread sfz01
I have setup my application to make use of Twitter OAuth and was hoping to start making use of Twitter' s url shorting mechanism t.co. Question is do I enable my "account" to use t.co? or is this a new setting in the registered application. Will this be via some API call. You response is much ap

Re: [twitter-dev] How do I use the Streaming API to track new followers of accounts I don't have login information for?

2010-08-23 Thread Taylor Singletary
Hi there, This is unfortunately not currently possible with the Streaming API. Given the flexibility of followers/ids and friends/ids API methods, tracking changes over time with those methods would likely be your best avenue. http://dev.twitter.com/doc/get/followers/ids http://dev.twitter.com/d

[twitter-dev] How do I use the Streaming API to track new followers of accounts I don't have login information for?

2010-08-23 Thread V
My code is heavily based on an excellent tutorial about the Streaming API at Ars Technica (http://arstechnica.com/open-source/guides/2010/04/ tutorial-use-twitters-new-real-time-stream-api-in-python.ars). I am able to track my own new followers because my login information is hard-coded in. However

[twitter-dev] How do I get which user has returned authorized my app on Twitter (oauth)?

2010-08-20 Thread d.dinchev
Hello guys! I absolutely can not believe I haven't seen this in any tutorial, but follow this scenario: I have user database with user IDs. The user has identified himself on my application and he wants to allow it to use his Twitter account. I get an authorization URL, the user follows the URL a

Re: [twitter-dev] How do I get latest tweets with OAuth

2010-08-11 Thread Abraham Williams
You should reformat your request from: $connection->get("user_timeline/{$username}.json?count={$number}"); to: $connection->get("statuses/user_timeline", array("screen_name" => $username, "count" => $number)); TwitterOAuth automatically adds the type. Abraham - Abraham Williams | H

Re: [twitter-dev] How do I get latest tweets with OAuth

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 10:49 PM, lucaswxp wrote: > Hello o/ > Into now, I have caught my latest tweets that way: > > file_get_contents("http://twitter.com/statuses/user_timeline/ > {$username}.json?count={$number}"); > > Actually, I used cURL, but I put that way to simplify the code. > > Well, with this new

[twitter-dev] How do I get latest tweets with OAuth

2010-08-11 Thread lucaswxp
Hello o/ Into now, I have caught my latest tweets that way: file_get_contents("http://twitter.com/statuses/user_timeline/ {$username}.json?count={$number}"); Actually, I used cURL, but I put that way to simplify the code. Well, with this new OAuth thing, I'm lost. I'm triyng to use the TwitterOA

[twitter-dev] how do I put Twitter on my site in flash?

2010-04-29 Thread JAIMESKT
I have a flash website, but I do not know how to view messages in the twitter page on my site, someone could help me with this

[twitter-dev] How do I

2010-04-02 Thread toy land
Hello how do I automatically follow people are automatically request people to follow me on twitter -- To unsubscribe, reply using "remove me" as the subject.

Re: [twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Abraham Williams
You can seen an example on http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show Abraham On Mon, Mar 29, 2010 at 08:06, Nigel Legg wrote: > In the user details data, there is a protected flag - true if protected. > This is the place to find it. > > On 29 March 2010 12:40, Dushya

Re: [twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Nigel Legg
In the user details data, there is a protected flag - true if protected. This is the place to find it. On 29 March 2010 12:40, Dushyant wrote: > Which method can I use to find this? > > To unsubscribe from this group, send email to twitter-development-talk+ > unsubscribegooglegroups.com or reply

[twitter-dev] How do I find if a user has protected his/her tweets?

2010-03-29 Thread Dushyant
Which method can I use to find this? To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

Re: [twitter-dev] How do I get confirmation that we have whitelisted our IP for our non rate limiting API

2009-12-16 Thread Cameron Kaiser
> We have been whitelisted for the twitter API, but we'd like to confirm/ > verify. I am with BuzzGain. http://www.buzzgain.com Check your rate limit. If it's 20K, you're golden. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap System

[twitter-dev] How do I get confirmation that we have whitelisted our IP for our non rate limiting API

2009-12-16 Thread Tod Wait
William We have been whitelisted for the twitter API, but we'd like to confirm/ verify. I am with BuzzGain. http://www.buzzgain.com Please let me know. Thank you.

Re: [twitter-dev] How do I know when user posted new tweet

2009-12-09 Thread John Kalucki
You should use the follow parameter on the track resource in the Streaming API. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Tue, Dec 8, 2009 at 11:30 PM, Quy wrote: > I plan to use the API to grab the latest tweets from a user but don't > want to have to ping the user e

Re: [twitter-dev] How do I know when user posted new tweet

2009-12-09 Thread John Meyer
On 12/9/2009 12:30 AM, Quy wrote: I plan to use the API to grab the latest tweets from a user but don't want to have to ping the user every 10 minutes. What's the best way to check if there is a new tweet from a user? Should I check the status id of the last tweet and see if it has changed?

[twitter-dev] How do I know when user posted new tweet

2009-12-09 Thread Quy
I plan to use the API to grab the latest tweets from a user but don't want to have to ping the user every 10 minutes. What's the best way to check if there is a new tweet from a user? Should I check the status id of the last tweet and see if it has changed?

[twitter-dev] How do I auto add tweets to my twitter account using a script on my third party server?

2009-10-21 Thread TrixJo
I run a website. I want to run a script that I can execute at any time (not a cron job, just a manual script that I create) that submits content from my database on my server to my twitter account. Can someone outline the steps on how I can do this? (using PHP)

[twitter-dev] How do I search using ticket number on the support site? (help.twitter.com)

2009-10-01 Thread salamander
My ticket no longer shows up under "View your solved and closed requests", and I was never given a response to my request. I wanted to see if I can search using my ticket number to understand why it was closed and why it no longer shows up. Thanks, J.

[twitter-dev] How do I get the user_id for a screen_name WITHOUT

2009-09-28 Thread Andy Freeman
using a rate-limited call or one with authentication. I'd be (mostly) satisfied with an analog to http://twitter.com/al3x in terms of user-id.

[twitter-dev] How do I get a hold of the preview version of the GeoLocation API?

2009-09-23 Thread HardipSingh
I'm told that developers will be given access to a preview version of this API, so that we can start building code around it. How do I go about getting access to this preview API? Please advise.

[twitter-dev] How do I handle 302 redirects with curl?

2009-08-07 Thread TjL
All of my scripts check for "Status 200" before proceeding. Now we are (sometimes) getting a 302, but when I try curl --netrc -s -D - http://twitter.com/account/rate_limit_status.xml Gave me a 302 with a Location of: http://twitter.com/account/rate_limit_status.xml?c73f7db0 but when I tried

[twitter-dev] How Do I Re-use Abraham's OAUTH Example without needing permission everyime?

2009-06-21 Thread Shane
Hello all, I am writing an app where I would like to get permission once for Oauth and use the token over again, is this possible? I know Twitter said that the tokens never expire. Any examples using Abraham's code? Thanks -Shane

[twitter-dev] How do I find all replies to a status?

2009-04-22 Thread Jason Wong
I'm trying to find a way to get all replies to a certain status. I was looking at the statuses/mentions function, but according to the documentation it only works with the authenticated user's screen_name. If I use statuses/user_timeline and get a status id that I know has replies, is there a

[twitter-dev] How do I acquire the twitter data mining feeds

2009-03-30 Thread Richard
I read the FAQ part in Twitter API site, and filled the form. But it seems it doesn't work. I still get 20 results per request. Can anyone tell me how to get the data mining feeds?

[twitter-dev] How do I create a search engine

2009-03-24 Thread Faisal Ahmed
Hey how do I create a search engine like this http://www.twitterjobsearch.com/ that searches twitter ?