diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-06 02:50:27 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-06 02:50:27 -0400 |
commit | 47047e84e72c90b73dadef4393199abbb22925e2 (patch) | |
tree | c116feccd243bd8e641b8d648eae3f0eed157080 /actions/remotesubscribe.php | |
parent | bc86e75682ce060dc6f84cce205f5076ba6c2fbe (diff) |
stash URLs for return and check all values for profiles
darcs-hash:20080606065027-84dde-a4ac215010b76ef296976fdf8a94473bd80c7ffa.gz
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 8baa3b7af..214bd863a 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -313,6 +313,8 @@ class RemotesubscribeAction extends Action { $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]); + $omb['post_notice_url'] = omb_service_uri($omb[OMB_ENDPOINT_POSTNOTICE]); + $omb['update_profile_url'] = omb_service_uri($omb[OMB_ENDPOINT_UPDATEPROFILE]); $_SESSION['oauth_authorization_request'] = $omb; |