在iOS中从Instagram获取图像

时间:2013-12-24 10:24:00

标签: ios instagram

我希望将Instagram中的图片提取到iOS应用中。为此我使用Instagram API。我已设置clientID和redirect-uri,如http://kmdarshan.wordpress.com/2013/02/23/integrating-instagram-sdk-in-your-ios-apps/http://instagram.com/developer/

所示

使用的代码在上面的链接中给出。但是在行中:

if ([[UrlParts objectAtIndex:(1)] isEqualToString:@"NeverGonnaFindMe"]) {...

字符串始终等于oauth。 我哪里出错了?有任何其他选择将Instagram图像集成到iOS应用程序的任何人,请告诉我。

2 个答案:

答案 0 :(得分:0)

我刚刚找到了一个项目,可以将Instagram图像提取到ios应用程序中:

https://github.com/hsandhu/HSInstagram

很棒的应用程序,节省了我的时间。

答案 1 :(得分:0)

您可以尝试使用此框架来显示Instagram Feed,包括用户和代码

https://www.cocoacontrols.com/controls/sbinstagram-viewer

更完整,易于整合

问候