1
<?xml version="1.0" encoding="UTF-8"?>
2
<XRDS xmlns="xri://$xrds">
3
<XRD xmlns:simple="http://xrds-simple.net/core/1.0" xmlns="xri://$XRD*($v*2.0)" xmlns:openid="http://openid.net/xmlns/1.0" version="2.0" xml:id="main">
4
<Type>xri://$xrds*simple</Type>
6
<Type>http://oauth.net/discovery/1.0</Type>
10
<Type>http://oauth.net/core/1.0/endpoint/request</Type>
11
<Type>http://oauth.net/core/1.0/parameters/auth-header</Type>
12
<Type>http://oauth.net/core/1.0/parameters/uri-query</Type>
13
<Type>http://oauth.net/core/1.0/signature/HMAC-SHA1</Type>
14
<Type>http://oauth.net/core/1.0/signature/PLAINTEXT</Type>
15
<URI>{{XRDS_LOCATION}}/services.php?service=oauth&method=request_token</URI>
18
<Type>http://oauth.net/core/1.0/endpoint/authorize</Type>
19
<Type>http://oauth.net/core/1.0/parameters/uri-query</Type>
20
<URI>{{XRDS_LOCATION}}/index.php?p=oauth&q=authorize</URI>
23
<Type>http://oauth.net/core/1.0/endpoint/access</Type>
24
<Type>http://oauth.net/core/1.0/parameters/auth-header</Type>
25
<Type>http://oauth.net/core/1.0/parameters/uri-query</Type>
26
<Type>http://oauth.net/core/1.0/signature/HMAC-SHA1</Type>
27
<Type>http://oauth.net/core/1.0/signature/PLAINTEXT</Type>
28
<URI>{{XRDS_LOCATION}}/services.php?service=oauth&method=access_token</URI>
b'\\ No newline at end of file'