根据提供的推文 URL 拉取推文
我正在尝试开发一个 CCK 模块,该模块基本上提供了一个处理推文 URL 的字段。 在节点保存时,Drupal 将根据我提交的推文 URL 提取此推文的文本并显示其格式。
Twitter API 是否提供处理此类请求的函数? 谢谢
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 requests ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以获得推文的内容。
http://dev.twitter.com/doc/get/statuses/show/ :id
Yes, you can get the contents of a tweet.
http://dev.twitter.com/doc/get/statuses/show/:id
好的,我找到了一种将其与 Drupal 中的 CCK 集成的方法
http://batayneh.me/post/how-pull -tweet-pasting-its-url-drupal-cck
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