mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
oauthapi: authorize app
This commit is contained in:
parent
b06588ffa1
commit
ff7fc68382
5 changed files with 125 additions and 8 deletions
|
@ -1158,9 +1158,8 @@
|
|||
echo "oauth_token=".$r->key."&oauth_secret=".$r->secret;
|
||||
killme();
|
||||
}
|
||||
function api_oauth_authorize(&$a, $type){
|
||||
}
|
||||
|
||||
api_register_func('api/oauth/request_token', 'api_oauth_request_token', false);
|
||||
api_register_func('api/oauth/access_token', 'api_oauth_access_token', false);
|
||||
api_register_func('api/oauth/authorize', 'api_oauth_authorize', false);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue