[twitter-dev] Storing twitter stream public timeline, conversations and hashtag search!

2010-12-19 Thread imbenzene
Myself an 2nd year undergrad and I am running a minor research project on 
twitter analysis.
I need to urgently* collect tweet streams for certain users and streams by 
searching hashtags*. I am completely neo in this development side, with no 
previous knowledge of scripting and Mysql, python or databases. Any 
suggestions with what to start from beginning will be highly appreciated, 
and what shall i start studying, online tutorials and all if available 
online. I have TWITTER API by Kevin Makice but its too confusing without 
prior knowledge. I have created the mysql database with phpmyadmin, and 
created the required 6 tables but its not reading the scripted php codes to 
download tweets, errors are creeping in and bugging my head.
In the previous posts it was mentioned something about *certain websites 
doing this job and and allowing to export data as whole* I am in urgent need 
for one, I know one was 140kit.com which is not working these days. In the 
end I have to just put the collected data into data mining tools like Weka 
or Tableau public 6.0 and run for visualisations. Web is tooo blogging in 
sense what shall i start with python, JSON, scala or run a php code for it( 
if possible suggest tutorials for neo's),
Plus will i have to run my laptop full on for week something for streaming? 
Please help me out as my deadline is just coming up right this week. Any 
help so that I can make it fast and quick without going through much of 
gross work, is appreciated.
Is there any *online resource paid or unpaid available which can do this 
work of just collecting tweets for certain hash tags over a period of time 
and deliver collected data *in desired format with location, and time tags ? 
thanks a ton in advance! Reply please its very urgent.

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Storing twitter stream public timeline, conversations and hashtag search!

2010-12-19 Thread M. Edward (Ed) Borasky
On Sun, 19 Dec 2010 13:19:03 -0800 (PST), imbenzene imbenz...@gmail.com
wrote:
 Myself an 2nd year undergrad and I am running a minor research project
on 
 twitter analysis.
 I need to urgently* collect tweet streams for certain users and streams
by 
 searching hashtags*. I am completely neo in this development side, with
no 
 previous knowledge of scripting and Mysql, python or databases. Any 
 suggestions with what to start from beginning will be highly
appreciated, 
 and what shall i start studying, online tutorials and all if available 
 online. I have TWITTER API by Kevin Makice but its too confusing without

 prior knowledge. I have created the mysql database with phpmyadmin, and 
 created the required 6 tables but its not reading the scripted php codes
 to 
 download tweets, errors are creeping in and bugging my head.
 In the previous posts it was mentioned something about *certain websites

 doing this job and and allowing to export data as whole* I am in urgent
 need 
 for one, I know one was 140kit.com which is not working these days. In
the 
 end I have to just put the collected data into data mining tools like
Weka 
 or Tableau public 6.0 and run for visualisations. Web is tooo blogging
in 
 sense what shall i start with python, JSON, scala or run a php code for
 it( 
 if possible suggest tutorials for neo's),
 Plus will i have to run my laptop full on for week something for
 streaming? 
 Please help me out as my deadline is just coming up right this week. Any

 help so that I can make it fast and quick without going through much of 
 gross work, is appreciated.
 Is there any *online resource paid or unpaid available which can do this

 work of just collecting tweets for certain hash tags over a period of
time 
 and deliver collected data *in desired format with location, and time
tags
 ? 
 thanks a ton in advance! Reply please its very urgent.

Try TwapperKeeper.com. The code is open source if you want to run it
yourself, but you should be able to just create a hashtag archive for each
hashtag and then download the results.
-- 
http://twitter.com/znmeb http://borasky-research.net

A mathematician is a device for turning coffee into theorems. -- Paul
Erdős

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Storing twitter stream public timeline, conversations and hashtag search!

2010-12-19 Thread imbenzene
thank you! @znmeb

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-19 Thread Georgooty varghese
Dear Twitter,

I didn't get a solution. Please help me. I am waiting for your reply.

Regards,
George


On Thu, Dec 16, 2010 at 1:58 PM, Tom van der Woerdt i...@tvdw.eu wrote:

 They look fine, and since the rest of the requests work fine (which you
 said), I have to assume that it's not the signature generation. Also, since
 you're not the only one to mention this in the past 12 hours, I have to
 leave open the possibility of Twitter being the issue.

 However, before looking at that, please double check that the Base String
 matches what you are actually doing!

 Tom




 On 12/16/10 7:25 AM, Georgooty varghese wrote:


 Thanks twitter for your quick reply.

 I have make only one modification into my code. Other code changes do
 only when I get your reply.
 I have changed url for user time line http to https.

 Here I have copied my user time line base url and signature and base
 string. Please suggest to me a correct way for this.

 *Base URL*

 :oauth_consumer_key=*oauth_nonce=EF2k_xwovJInFfqoauth_signature_method=HMAC-SHA1oauth_timestamp=1292480095oauth_token=*oauth_version=1.0page=1screen_name=Sanoop_SP


 *
 Signature*:FcKenujneOtQklp6HZYDkRc7BYzelW9Fsadj324REpV1owATZgqcsx3R6FaM0qGilyBRkkP95zwNVosGoSnc


 *Base string*:GEThttps%3A%2F%2Fapi.twitter.com
 http://2Fapi.twitter.com
 %2F1%2Fstatuses%2Fuser_timeline.jsonoauth_consumer_key%%26oauth_nonce%3DEF2k_xwovJInFfq%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1292480095%26oauth_token%**%26oauth_version%3D1.0%26page%3D1%26screen_name%3DSanoop_SP




 What mistake I have made in this.

 Please reply.

 I am waiting for your reply.

 Regards,
 George



 On Wed, Dec 15, 2010 at 11:21 PM, Tom van der Woerdt i...@tvdw.eu
 mailto:i...@tvdw.eu wrote:

Hi George,

There have been some changes to Twitter's API and while not all of
them have been activated yet, some of them may apply to you.

Incorrect signature usually means that your signature is bad. This
can mean a lot of things, but if only your user_timeline part is
broken, you can start by looking at these :
  * Make sure that the URL in the Base String does not contain the
query part of an URL (= anything after (and including) the ? part of
the URL)
  - Good: https://api.twitter.com/1/statuses/user_timeline.json
  - Bad:
 https://api.twitter.com/1/statuses/user_timeline.json?count=200
  Of course, this only applies to the Base String. Making a GET
request is still fine.
  * Make sure that you specify the correct method in the Base String.
  - If you are making a GET request, put GET in the Base String.
  * Make sure that you properly URL-encode all values in the Base
 String
  - Good: Hello%20Twitter
  - Bad: Hello+Twitter
  - (This does not really apply to user_timeline)

If you checked the above and the issue is still there, please show
us a sample Base String and a dump of the request you make to the
Twitter API.

Tom




On 12/15/10 6:06 PM, Georgooty varghese wrote:

Dear Twitter,

I have been created a twitter application. I got xauth token for my
application. I have implemented twitter functionalities like home
tweets, user info, follower details, following details, user
time line.
These functionalities working smoothly. Also get each user time
line . But
Todat, usser time url is not working right now. I got incorrect
signature exception..

Though usertime line qury is not working yesterday. I have no
change any
line code.
If any change need to my coding?



Anybody please help me..

I am waiting for your reply.

Regards,
George

--
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 membership to this group:
http://groups.google.com/group/twitter-development-talk


--
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 membership to this group:
http://groups.google.com/group/twitter-development-talk


 --
 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 membership to this group:
 http://groups.google.com/group/twitter-development-talk


 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 

[twitter-dev] Is it possible to post tweet from Samasung TV(Using Maple browser)?

2010-12-19 Thread mahesh
HI Team,

Can you please tell me Is there any possibility to post tweet from
Samasung TV(Using Maple browser) using xAuth?

As of now I have Implemented the code in Javascript usign XMHTTP and
it is working in IE and Safari fine not in mozilla. I cann't able to
find the issue what exactly the problem.So Please confirm about
possibility of post.

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Different crossdomains for a0.twimg.com a2.twimg.com, a3 etc

2010-12-19 Thread WildFoxMedia
Hi Matt,

I appreciate your prompt attention to the matter and I thank the
entire team for correcting this issue.

Thanks,
Ben

On Dec 17, 2:21 pm, Matt Harris thematthar...@twitter.com wrote:
 Hey Ben,

 I've checked this with the team and they have corrected the crossdomain file
 so it is now open on twimg. Our CDN should be returning the correct file now
 but it's possible some hosts need a bit longer to have their caches cleared.

 Thanks,
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris

 On Thu, Dec 16, 2010 at 10:13 PM, WildFoxMedia wildfoxme...@gmail.comwrote:

  Hi Matt,

  I appreciate you jumping into this thread and I look forward to your
  response.

  -Ben

  On Dec 16, 2:07 pm, Matt Harris thematthar...@twitter.com wrote:
    Thanks for letting us know about this. I've asked the team to if this
  file
   should be as restrictive as it currently is.

   Best
   @themattharris
   Developer Advocate, Twitterhttp://twitter.com/themattharris

   On Thu, Dec 16, 2010 at 11:16 AM, WildFoxMedia wildfoxme...@gmail.com
  wrote:

Super, they are all returning the same thing now, which is blocking
access from any non-twitter domain which you can see below:

cross-domain-policy xsi:noNamespaceSchemaLocation=http://
   www.adobe.com/xml/schemas/PolicyFile.xsd
allow-access-from domain=twitter.com/
allow-access-from domain=api.twitter.com/
allow-access-from domain=search.twitter.com/
allow-access-from domain=static.twitter.com/
site-control permitted-cross-domain-policies=master-only/
allow-http-request-headers-from domain=*.twitter.com headers=*
secure=true/
/cross-domain-policy

What is Twitters official stance on this? Are Flash developers SOL and
required to use a server-side proxy to grab images, or are we supposed
to be able to grab profile images from *.twimg?

On Dec 15, 5:57 pm, John Adams j...@twitter.com wrote:
 a0 through a4 should offer identical crossdomain.xml files.
 They are all going through a CDN, so it might be the case that the
  CDN
 endpoint you are hitting has a stale file.

 I just checked all of the CDN endpoints from here and they are
  returning
the
 same data. Try again?

 -john

 On Wed, Dec 15, 2010 at 5:20 PM, WildFoxMedia 
  wildfoxme...@gmail.com
wrote:

  Im currently seeing the same issue, however, in completely reverse.

  As of this moment, a0  a1 are not allowing other domains and a2 
  a3
  are allowing all domains.

  The other day, all 4 were not allowing other domains.

  Is there any reason or rhyme for this and more importantly, what is
  the expectation? Are we supposed to be able to make calls from
  Flash
  for profile images or not?

  On Nov 28, 3:57 pm, stephen sno...@bcm.com.au wrote:
   Hey,

   It appears the crossdomains for a2, a3, etc are different and are
   preventing flash from accessing profile images on these domains.
   a0
   and a1 are fine, however the api returns profile image urls using
  all
   of these domains (a0 - a?).

   Are the crossdomains suppose to be all the same or are we suppose
  to
   target only the first two?  From the few that I've tested, it
  seems
   all profile images are accessible through the a0 or a1 domains
despite
   what the api returns.

   Crossdomains

 http://a0.twimg.com/crossdomain.xmlhttp://a1.twimg.com/crossdomain.xm.
..

   Stephen

  --
  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 membership to this group:
 http://groups.google.com/group/twitter-development-talk

--
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 membership to this group:
   http://groups.google.com/group/twitter-development-talk

  --
  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 membership to this group:
 http://groups.google.com/group/twitter-development-talk



-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-19 Thread Roopesh Rai
If anybody know solution to above question, Please reply me. I am very
new to twitter application development I am confusing. I am
trying, Googling... But, Result is nill...

Thank U

On Dec 15, 2:33 pm, Roopesh Rai roopesh.ra...@gmail.com wrote:
 Hi all,

   I am developing twitter application. In this application without
 browser user can use Twitter, I am providing user a interface to use
 twitter.

   I registered my application with twitter . By Oauth I am accessing
 twiiter. My doubts starts here

 1) In my application I need to develop such that any user can enter
 his user name and password, and he can enter to  twitter home page(In
 my application), But now I am not using any username and password,
 Directly using consumer key, consumer secret key, token key, token
 secret key, PIN I am entering to twitter home. how i can allow other
 users to use my application just by there user name and password 

 2) By using statuses/home_timeline.json, I am getting only 14
 timelines, How I can get all the timeline.

 Thank you for Your valuable reply.

 Regards,
 S.R Rai

-- 
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 membership to this group: 
http://groups.google.com/group/twitter-development-talk