推特 API 问题
我已经在整个网络上搜索了 af 很好的简单方法来获取 Twitter 状态,现在我找到了一个..但它不起作用
我尝试这个 http://tareq.wedevs.com/2009/ 05/playing-with-twitter-json-using-php/
但它说
“注意:使用未定义的常量文本 - 在 /Applications/MAMP/htdocs/test/twitterWidget/twitter.php 中假定“文本” line 8
iPad2 模拟器 /w Css3、Jquery 和 HTML5 http://t.co/GaNMTbg 来自 @altryne”
我需要做什么?
i have search the whole net for finding af NICE and easy and simple method to get twitter status and now i found one.. but it dont work
i try this
http://tareq.wedevs.com/2009/05/playing-with-twitter-json-using-php/
but it says
"Notice: Use of undefined constant text - assumed 'text' in /Applications/MAMP/htdocs/test/twitterWidget/twitter.php on line 8
iPad2 simulator /w Css3, Jquery and HTML5 http://t.co/GaNMTbg via @altryne"
what do i need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将第 8 行中的 text 索引放入 qoutes 中。我已经在这里发布了更正后的版本。
该站点上的最后一个代码示例块的所有行也都存在相同的错误。您必须将字符串数组索引放入引号中以避免引起注意。
You have to put that text index in the 8th row into qoutes. I've posted here the corrected version.
The last code example block on that site also has the same error throughout all its lines. You must put string array indexes into quotation marks to avoid notices.