开发者

Pull tweet upon provided tweet URL

开发者 https://www.devze.com 2023-02-21 23:57 出处:网络
I am trying to develop a CCK module, this module basically provides a field that handles a tweet URL.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消