Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/116.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
通过标签搜索Twitter iOS图像_Ios_Search_Twitter_Hashtag - Fatal编程技术网

通过标签搜索Twitter iOS图像

通过标签搜索Twitter iOS图像,ios,search,twitter,hashtag,Ios,Search,Twitter,Hashtag,我需要在我的iOS 6应用程序中搜索twitter上某个标签上的图像。我试图编写一个查询代码,以检索可能的最小大小的响应。 因此,我尝试使用Twitpic,但效果不好。它既过时又不完整。所以,我去了twitter1.0api。1.1并不好,因为它需要Twitter上的用户帐户,而我的很多用户都没有 有更好的方法从twitter api查询图像吗?我只需要图像URL,而不需要整个实体。当Twitter和Instagram响应一个大的JSON时,我决定使用PHP在服务器中实现该逻辑。我的客户端发送

我需要在我的iOS 6应用程序中搜索twitter上某个标签上的图像。我试图编写一个查询代码,以检索可能的最小大小的响应。 因此,我尝试使用Twitpic,但效果不好。它既过时又不完整。所以,我去了twitter1.0api。1.1并不好,因为它需要Twitter上的用户帐户,而我的很多用户都没有


有更好的方法从twitter api查询图像吗?我只需要图像URL,而不需要整个实体。

当Twitter和Instagram响应一个大的JSON时,我决定使用PHP在服务器中实现该逻辑。我的客户端发送hashtag,服务器检索图像的URL,并从twitter和facebook向它们发送此参数和下一个“page_id”

除了避免一些“坏图像”外,它还使操作更快,对我的应用程序更加友好