- Previous: List of the Methods
- Up: List of the Methods
- Next: pikeo.test.version
pikeo.test.echo
A method to test anonymous access which returns the api key sent.
See anonymous access.
Additional Parameters
None.
Returns
The API Key sent with anonymous authentication.
REST
Request
nonce=LTExMzA2OTIzMTc0NzMzODUzMw%3D%3D×tamp=2007-12-11T15%3A29%3A08Z&api_key=your_api_key&api_sig=DPt8EH7Ay0IpE63N5UBvkdkNiUk%3D&method=pikeo.test.echo
(decoded : nonce=LTExMzA2OTIzMTc0NzMzODUzMw==×tamp=2007-12-11T15:29:08Z&api_key=your_api_key&api_sig=DPt8EH7Ay0IpE63N5UBvkdkNiUk=&method=pikeo.test.echo)
Response
<?xml version="1.0" encoding="UTF-8"?>
<response>
<value>fa7b5566be4e820a1876c87aa3a9c13e</value>
</response>
XMLRPC
Call
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>pikeo.test.echo</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>timestamp</name>
<value>2007-03-29T13:49:10Z</value>
</member>
<member>
<name>nonce</name>
<value>NjA5NTM4NzgxMTg2NzU0NTQzMQ==</value>
</member>
<member>
<name>api_key</name>
<value>your_api_key</value>
</member>
<member>
<name>api_sig</name>
<value>JpTxwlf2xYgrK0goxapZdOFjIxg=</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
Response
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<methodResponse xmlns:ex="http://ws.apache.org/xmlrpc/namespaces/extensions">
<params>
<param>
<value>
<string>12345678</string>
</value>
</param>
</params>
</methodResponse>
- Previous: List of the Methods
- Up: List of the Methods
- Next: pikeo.test.version
Docs Navigation
- Home
- Authentication
- PictureURL
- Errors
- javaApiKit
- API
- pikeo test echo
- pikeo test version
- pikeo test login
- pikeo albums getInfo
- pikeo albums getList
- pikeo albums getPhotos
- pikeo comments addComment
- pikeo comments deleteComment
- pikeo comments getList
- pikeo comments getMyCommentedPhotos
- pikeo comments getPicturesCommentedByMe
- pikeo comments updateComment
- pikeo contacts getList
- pikeo groups addPhotos
- pikeo groups findByName
- pikeo groups getInfo
- pikeo groups getList
- pikeo groups getMembers
- pikeo groups getPhotos
- pikeo groups removePhotos
- pikeo groups search
- pikeo people findByUsername
- pikeo people getInfo
- pikeo people getMyInfo
- pikeo people getPublicPhotos
- pikeo photos addTags
- pikeo photos getContactsPublicPhotos
- pikeo photos getInfo
- pikeo photos getMostViewed
- pikeo photos getUserPhotos
- pikeo photos search
- pikeo photos setMeta
- pikeo photos setPrivacy
- pikeo photos upload
- phpApiKit
- DTO

Comments
New comments are not being accepted at this time.