为什么这可以在我的本地计算机上运行,但不能在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]: