|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
<?xml version="1.0" encoding="UTF-8"?>
<auth_getSession_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd">
<session_key>5f34e11bfb97c762e439e6a5-8055</session_key>
<uid>8055</uid>
<expires>1173309298</expires>
</auth_getSession_response>
<?xml version="1.0" encoding="UTF-8"?>
<error_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd">
<error_code>101</error_code>
<error_msg>Invalid API key</error_msg>
<request_args list="true">
<arg>
<key>v</key>
<value>1.0</value>
</arg>
<arg>
<key>method</key>
<value>facebook.auth.createToken</value>
</arg>
<arg>
<key>api_key</key>
<value>a35034ff659e77d704e8b732c8238368q</value>
</arg>
<arg>
<key>sig</key>
<value>b0cbb177a043dde4751d5884f403eea3</value>
</arg>
</request_args>
</error_response>
reqParams, extracts the parameters
that are in the FacebookParam namespace and returns them.
reqParams, extracts the parameters
that are known FacebookParams and returns them.
reqParams, extracts the parameters
that are in the FacebookParam namespace and returns them.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||