reference/oauth/oauth/getrequesttoken.xml
e41806c30bf6975e452c0d4ce35ab0984c2fa68c
...
...
@@ -13,6 +13,7 @@
13
13
<modifier>public</modifier> <type>array</type><methodname>OAuth::getRequestToken</methodname>
14
14
<methodparam><type>string</type><parameter>request_token_url</parameter></methodparam>
15
15
<methodparam choice="opt"><type>string</type><parameter>callback_url</parameter></methodparam>
16
+
<methodparam choice="opt"><type>string</type><parameter>http_method</parameter></methodparam>
16
17
</methodsynopsis>
17
18
<para>
18
19
Fetch a request token, secret and any additional response parameters from the service provider.
...
...
@@ -39,6 +40,14 @@
39
40
</para>
40
41
</listitem>
41
42
</varlistentry>
43
+
<varlistentry>
44
+
<term><parameter>http_method</parameter></term>
45
+
<listitem>
46
+
<para>
47
+
HTTP method to use, e.g. <literal>GET</literal> or <literal>POST</literal>.
48
+
</para>
49
+
</listitem>
50
+
</varlistentry>
42
51
</variablelist>
43
52
</para>
44
53
</refsect1>
...
...
@@ -63,13 +72,13 @@
63
72
</thead>
64
73
<tbody>
65
74
<row>
66
-
<entry>1.0.0</entry>
75
+
<entry>PECL oauth 1.0.0</entry>
67
76
<entry>
68
77
&oauth.changelog.error.null;
69
78
</entry>
70
79
</row>
71
80
<row>
72
-
<entry>0.99.9</entry>
81
+
<entry>PECL oauth 0.99.9</entry>
73
82
<entry>
74
83
The <parameter>callback_url</parameter> parameter was added
75
84
</entry>
76
85