Can I share my photos on Pinterest using API? I'm developing an application in iOS and want to share my photos from my application to Pinterest.com
Asked
Active
Viewed 577 times
1
-
Is that pinterest or printrest.com?? – Dinesh Raja Jan 31 '13 at 14:46
-
Try this: http://stackoverflow.com/questions/9909511/ios-application-integration-with-pinterest – Stavash Jan 31 '13 at 14:46
-
@TheSaad I don't see any website in that name – Dinesh Raja Jan 31 '13 at 15:00
-
sorry its http://pinterest.com/ – Saad Feb 01 '13 at 12:36
1 Answers
0
Try offical SDK https://developers.pinterest.com/ios/ You can add it using CocoaPods:
-> Pinterest-iOS (2.3)
The iOS Pinterest SDK.
pod 'Pinterest-iOS', '~> 2.3'
- Homepage: http://developers.pinterest.com/ios/
- Source: https://pinterest-ota-builds.s3.amazonaws.com/PinItSDKiOS.zip
- Versions: 2.3 [master repo]

AlKozin
- 904
- 8
- 25
-
CocoaPods keeps failing to fetch the source (203 forbidden). Alternative source link? – Mercurial Nov 06 '16 at 08:46