I'm developing and iOS app for iPad where you can personalize Tea Cups importing photos from the roll. I'd love to add Instagram, so the user could add his Instagram's photos. Is there any SDK or Plugin for that?
我正在为iPad开发和iOS应用程序,在那里你可以定制从滚轴上导入照片的茶杯。我想添加Instagram,这样用户可以添加他的Instagram照片。有SDK或插件吗?
2 个解决方案
#1
6
Instagram has an API. You can get user photos using this API with simple HTTP requests. Check out this page.
Instagram的API。您可以使用这个API和简单的HTTP请求获取用户照片。看看这个页面。
#2
7
You should check out this wonderful helper library which will save you precious hours working with the Instagram API. http://github.com/shyambhat/InstagramKit
您应该看看这个很棒的助手库,它将为您节省使用Instagram API的宝贵时间。http://github.com/shyambhat/InstagramKit
#1
6
Instagram has an API. You can get user photos using this API with simple HTTP requests. Check out this page.
Instagram的API。您可以使用这个API和简单的HTTP请求获取用户照片。看看这个页面。
#2
7
You should check out this wonderful helper library which will save you precious hours working with the Instagram API. http://github.com/shyambhat/InstagramKit
您应该看看这个很棒的助手库,它将为您节省使用Instagram API的宝贵时间。http://github.com/shyambhat/InstagramKit