Changes between Initial Version and Version 1 of Ticket #21163, comment 5
- Timestamp:
- 07/05/2012 05:24:41 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21163, comment 5
initial v1 1 1 Updated get_oauth_link 2 3 2 4 3 {{{ … … 6 5 { 7 6 // Establish an Blogger_OAuth consumer 7 $base_url = admin_url(); 8 8 $request_token_endpoint = 'https://www.google.com/accounts/OAuthGetRequestToken'; 9 9 $authorize_endpoint = 'https://www.google.com/accounts/OAuthAuthorizeToken';