diff options
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r-- | actions/remotesubscribe.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 07f40ea2a..8baa3b7af 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -311,6 +311,8 @@ class RemotesubscribeAction extends Action { $omb['listenee'] = $user->nickname; $omb['token'] = $token; $omb['secret'] = $secret; + # call doesn't work after bounce back so we cache; maybe serialization issue...? + $omb['access_token_url'] = omb_service_uri($omb[OAUTH_ENDPOINT_ACCESS]); $_SESSION['oauth_authorization_request'] = $omb; |