Re: [twitter-dev] Create your own trends from only people you follow

2011-06-16 Thread Scott Wilcox
Hi Hugh, Yes, your home timeline would consist of all those you follow and anything retweeted by those users. That should fit perfectly for you. On 16 Jun 2011, at 23:59, Hugh Hopkins wrote: > Thank you very much. would this work for only the twitter accounts > that I follow. > > Thanks and a

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-16 Thread Karthikeyan P
Thanks Scott Wilcox for your information, I want to achieve the following using oauth twitter API or xauth... or some script 1) I have an icon(twitter) in my air application which has some background details like url(www.twiiter.com) , username , password. 2) if i click the twitter icon, i want

[twitter-dev] Site stream doesn't return users' own tweets?

2011-06-16 Thread Nicholas Chase
OK, am I missing something here? I've got site streams running and when a user we're following tweets, I'm not seeing that status appearing on the stream. Is there a setting i need to set? A different event to follow? Or do i just have to have a user that follows all of my users and monitor

Re: [twitter-dev] Allowing users of my social networking site to send their posts to twitter if they want?

2011-06-16 Thread Greg Passmore
You use the oauth api, which redirects them to twitter to sign in, then you store an access token received from twitter in your database. On Jun 16, 2011 6:50 AM, "MasonK" wrote: -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitte

[twitter-dev] Allowing users of my social networking site to send their posts to twitter if they want?

2011-06-16 Thread Frank Ash
I don't think twitter allows integration with other social networks, more specifically to provide content to the other network but I'm not 100% if tweeting solely from another network is allowed I may wanna check the tos for ur specific situation. -- Twitter developer documentation and resourc

Re: [twitter-dev] twitter api for android

2011-06-16 Thread Yusuke Yamamoto
Hi, You may find this useful. http://twitter4j.org/ Best regards, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Jun 12, 2011, at 17:54 , saami wrote: > hello >

[twitter-dev] Re: Create your own trends from only people you follow

2011-06-16 Thread @engagetoday
Hi Hugh, This is a great idea. Please let us know when you get it working. Thanks. @engagetoday. On Jun 15, 7:20 pm, Hugh Hopkins wrote: > Heya, > > I'm a student who has just started a student news website > calledhttp://www.sonews.co.uk/we also tweet a lot > onhttp://twitter.com/#!/sellyo

[twitter-dev] Re: Create your own trends from only people you follow

2011-06-16 Thread Hugh Hopkins
Thank you very much. would this work for only the twitter accounts that I follow. Thanks and all the best, Hugh On Jun 15, 7:31 pm, Scott Wilcox wrote: > You'll need to use the streaming API to collect the timeline and then process > that data yourself to deduce the most frequently used term

[twitter-dev] Search API

2011-06-16 Thread Trevor Dean
I would like to go back to the previous day and pull all tweets that match my search criteria, for example I would like to get all tweets from yesterday that have "stanley cup". When I do this I only seem to be able to get a certain number of tweets back. What's the best approach to this? Thanks

[twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-16 Thread arlomedia
Hello, I wondered about the version number in the URL; but when I add that, I get the same error. I also removed the token secret from the request parameters. Where would I set the permissions on the API key? I'm not familiar with that process. In any case, my own scripts were just passing the ke

Re: [twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-16 Thread Taylor Singletary
Hi Arlo, A few minor points here: - What type of perms do you have set for your API key: RO, RW, or RW+DM? - The "my access token" feature can only yield RO and RW tokens. If you've set your app to RW+DM, you'll get a different kind of token when walking through the OAuth web-flow than you get

[twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-16 Thread arlomedia
Thanks for the reply. On one website, I'm accessing the timeline for a protected account; on the other website, the account is not protected. For both, I'm using this URL: https://api.twitter.com/statuses/user_timeline.xml. Both stopped working last week. The oauth example script I posted above r

[twitter-dev] Search widgets on both my sites suddenly stopped working

2011-06-16 Thread Zippy
I used Twitter's own Search widget code generator to build search widgets for two of my sites, InterestingAmerica.com and HightPerformanceDataCenters.com to pick up messages tweeted from the sites using their respective hashtabs (#IntAm and #hpdcnews). (take a look -- they are on the right side of

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-16 Thread Scott Wilcox
Are you attempting to 'auto-login' to the twitter.com site or perform actions with the Twitter API for various users? The first, can't be done. The second will be xAuth which in turn will provide OAuth tokens for your application to use on behalf of a user. You can read more about xAuth at htt

[twitter-dev] how home time line in TWITTER works?

2011-06-16 Thread Grace
hello everyone.. I try to get tweets from user's home using home method. http://api.twitter.com/version/statuses/home_timeline.format If I use paging and set as the following.. Example. paging.setSinceId(09L); What would be the expected result returned from API ? in my home, there will b

[twitter-dev] Allowing users of my social networking site to send their posts to twitter if they want?

2011-06-16 Thread MasonK
I'm trying to figure out if this is possible, and if so, what is the proper way to use the API to achieve this. I have a social networking site, where users post comments or news to their micro-blog or wall. I would love to allow them to have to option of having their posts tweeted automatically.

[twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-16 Thread karthi
Hi i am using twitter oauth for achieving the auto-login concept by providing the username and password. I am only able to get the data from my twitter account. How do i login to twitter by providing the username and password as parameters to some function which may be twitter API login function or

[twitter-dev] Re: oauth_bridge_code Disabled?

2011-06-16 Thread Felix Oldenburg
Hi DustyReagan, we had this topic lately, see this thread: http://groups.google.com/group/twitter-development-talk/browse_frm/thread/50fcc4f28cd6b659 On 16 Jun., 00:26, DustyReagan wrote: > Was oauth_bridge_code disabled? If so how are we suppost to bridge > @anywhere OAuth logins to the REST A

Re: [twitter-dev] Method /version/statuses/user_timeline.json not functioning properly

2011-06-16 Thread Georgooty varghese
Thanks for quick reply. I have corrected the request url. Then I got the correct result. In header I have made no change. Thanks once again . Regards, George On Thu, Jun 16, 2011 at 12:27 PM, kamesh SmartDude < kamesh.smartd...@gmail.com> wrote: > The Requrl u Supplied > http://api.twitter.c