skip to Main Content

Instagram Media/Feed API – Facebook api

I am currently looking at Instagram feed integration in a web app. The offical APIs are: Instagram Graph API and Instagram Platform API. And then I found one endpoint like https://www.instagram.com/instagram/media/ on SO, here and here, which seems an undocumented…

VIEW QUESTION

Post UIImage to Instagram using Swift similar to SLComposeViewController – Twitter-api

I have an iOS Xcode 7 Swift 2 project I'm working on. The app posts photos to Facebook and Twitter using: var shareToFacebook: SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook) and var shareToTwitter: SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeTwitter) Love how easy and simple for…

VIEW QUESTION
Back To Top
Search