I am trying to develop a CCK module, this module basically provides a field that handles a tweet URL. On node save, Drupal will pull this tweet's text depending on the tweet URL i submitted and display it formatted.
Does Twitter API provide any function that handles this type of reques开发者_如何学JAVAts ? Thanks
Yes, you can get the contents of a tweet.
http://dev.twitter.com/doc/get/statuses/show/:id
Ok, i figured a way out to integrate this with CCK in Drupal
http://batayneh.me/post/how-pull-tweet-pasting-its-url-drupal-cck
精彩评论