iphone - 使用 Pinterest 登录

标签 iphone objective-c ios authentication pinterest

我可以轻松实现在 iPhone 上使用 facebook 登录。但我听说,pinterest 没有官方 API。

所以我想知道是否有一种方法可以实现使用Pinterest登录。所以我的应用程序可以在用户使用 pinterest 登录后识别用户。

最佳答案

Without an official Pinterest public API ,您编写的任何其他解决方法都可能很容易破坏。最好直接在 Pintrist 注册,希望一旦他们想出一个测试版 SDK 或 API,他们会为您提供访问权限。

也就是说,there appears to be some stuff potentially available但不确定当前状态是什么。

关于iphone - 使用 Pinterest 登录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13717133/

相关文章:

objective-c - NSStatusItem 的自定义 NSView 类中的 NSMenu 未出现在状态栏底部

ios - 在某些情况下,UIScrollView 中的减速非常慢

iphone - 不可编辑的 UITextView 的双击事件

iphone - 如何从 Xcode 中删除运行脚本阶段

ios - 适用于应用程序轮询服务器的iOS7本地通知,用于在后台运行的新关注数据

objective-c - objective-c/cocoa-touch 中有哪些对数函数/方法?

ios - Mobile Safari 不显示 CSS 变换 rotateX 和 rotateY 仅 rotateZ

iPhone Core 数据驱动搜索 : How To, 资源?

Objective-C/iOS : Keeping bluetooth connection alive in the background

iphone - 如何防止TableViewCell在回收过程中重复?