如何从twitter json feed中检索expanded_url实体

时间:2013-06-07 16:23:21

标签: php json twitter

需要从推文中获取扩展的网址。这是我错误的代码:

$twitter_data = json_decode($rss,true);
for($i=0;$i<100;$i++){
$iurlx = $twitter_data['results'][$i]['entities']['urls']['expanded_url'];

如何尽可能简单地解决这个问题?

0 个答案:

没有答案