Sha256: fc1b6752027b07040e5c07b8d011267342d5d3b289bb785cf352dfaffd51ac68
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
:session_info: :method_name: "getSessionInfo" :request_type: :post :success: > <?xml version="1.0" encoding="utf-8" ?> <socialize.getSessionInfoResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:com:gigya:api http://socialize.api.gigya.com/schema/1.0.xsd" xmlns="urn:com:gigya:api"> <statusCode>200</statusCode> <statusReason>OK</statusReason> <authToken>0000</authToken> <tokenSecret /> <tokenExpiration>2009-06-21 17:00:00</tokenExpiration> <sessionHandle /> <sessionExpiration /> <IV>0000</IV> </socialize.getSessionInfoResponse> :failure: > <?xml version="1.0" encoding="utf-8" ?> <socialize.disconnectResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:com:gigya:api http://socialize.api.gigya.com/schema/1.0.xsd" xmlns="urn:com:gigya:api"> <statusCode>401</statusCode> <statusReason>OK</statusReason> <errorCode>123456</errorCode> <description>FAIL</description> </socialize.disconnectResponse>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
giggly-0.1.2 | test/responses/get_session_info.yml |
giggly-0.1.1 | test/responses/get_session_info.yml |
giggly-0.1.0 | test/responses/get_session_info.yml |