Skip to content

Commit

Permalink
[VkBridge] Change access token (RSS-Bridge#1357)
Browse files Browse the repository at this point in the history
Previous access token was revoked
  • Loading branch information
em92 authored and logmanoriginal committed Nov 9, 2019
1 parent d43a0d0 commit adfc84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/VkBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class VkBridge extends BridgeAbstract

protected function getAccessToken()
{
return 'c8071613517c155c6cfbd2a059b2718e9c37b89094c4766834969dda75f657a2c1cbb49bab4c5e649f1db';
return 'e69b2db9f6cd4a97c0716893232587165c18be85bc1af1834560125c1d3c8ec281eb407a78cca0ae16776';
}

public function getURI()
Expand Down

0 comments on commit adfc84b

Please sign in to comment.