mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
threads web interface improvements, accessible now at /~nick/channel & /@place
This commit is contained in:
parent
bc0b9dd325
commit
a5b52d8264
10 changed files with 372 additions and 343 deletions
|
@ -18,7 +18,7 @@ mapping request_params = ([ ]);
|
|||
mapping access_params = ([ ]);
|
||||
string access_token_url;
|
||||
string authorize_url;
|
||||
string callback_url = "http://" + my_lower_case_host() + ":" + HTTP_PORT + "/oauth"; //TODO: https?
|
||||
string callback_url = HTTPS_OR_HTTP_URL + "/oauth";
|
||||
object user;
|
||||
|
||||
varargs void fetch(object ua, string url, string method, mapping post, mapping oauth) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue