Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.4 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.4 KB

Webfan Webfat Bridge for Elgg

<?php

 return [
                'clientId'                => '...',  
                'clientSecret'            => '...',      
			    'redirectUri'             => 'https://example.com/auth/login/webfan/connect/', 
			    'urlAuthorize'            => 'https://webfan.de/apps/oauth2/authorize',   
			    'urlAccessToken'          => 'https://webfan.de/apps/oauth2/api/v1/token',    
			    'urlResourceOwnerDetails' => 'https://webfan.de/ocs/v2.php/cloud/user?format=json'	
		    ];