2

为什么这在我的本地机器上有效,但在 heroku 服务器上无效?

  def set_access_token
    # get the access token from wherever we can
    @access_token ||= (set_oauth_data && @oauth_access_token) || (set_facebook_cookies && @cookie_access_token)
  end

错误:

 `get_token_from_server'
2013-01-03T08:54:54+00:00 app[web.1]: Koala::Facebook::OAuthTokenRequestError - type: OAuthException, code: 100, message: This authorization code h
as expired. [HTTP 400]:
4

0 回答 0