【发布时间】:2011-12-05 03:07:11
【问题描述】:
我正在为 iPhone 编写 Twitter/Facebook 应用程序。 我有自己的 Apache/PHP 服务器。 我只想把Consumer Key放在app里,然后把Consumer Secret放在自己的服务器上,所以Consumer Secret是保密的。 在调查了几个演示应用程序(在 Google 上)之后。我看到使用 Facebook 很容易(只提供 AppId,不提供 AppSecret)。但是对于 Twitter 的 OAth 库,我必须同时提供 Consumer Key 和 Consumer Secret。 有什么办法解决吗?任何图书馆解决它?
【问题讨论】: