我正在为 Twitter 编写一个自定义 API,它将在 iPhone 版 Twitter 中使用。我的第三方 API 对 twitter 的响应是什么,可以让 twitter 认为用户已登录。
I know the twitter for iPhone auth step is using XAuth to /oauth/access_token, when it is set my API, I will gives the response 'oauth_token=191074378-1GWuHmFyyKQUKWV6sR6EEzSCdLGnhqyZFBqLagHp&oauth_token_secret=NpCkpRRC5hGEtikMLnQ2eEcEZ0SIVF5Hb2ZgIwmYgdA&user_id=191074378&screen_name=oauth_test_exec&x_auth_expires=0' directly to twitter for iPhone. 但是 twitter 告诉我服务器实习生错误而不是正确的响应。什么是不正确的部分?