Language:

Your Senior Community Emerges

Join Today it’s FREE

Connect and share with likeminded

friends & senior professionals

Constant Awareness

ReverseTalk.com gives you, your friends and other senior professionals the ability to instantly communicate their current

  • Status
  • Ask Questions
  • Give Answers
  • Share Resources
  • And much more

This revolutionary form of communication pioneered by Twitter, now comes to life for your use, Reverse Talk.com

Powerful Feature Set

Here's a sample of what you can get with your ReverseTalk.com account:

  • Your Own URL
  • Join Groups
  • Attachments
  • Customization
  • Twitter Link
  • Add your links
  • Compatible API
  • Instant Messenger
  • Access from home, work or on the road via mobile
  • And much more!

Now I Can Belong

It’s Free. Finally, someone understands I want to talk and share with people who truly understand me and my senior clients. Reverse Talk allows me to share with others, without the intrusion of others who are not in the senior space. Now I have a real place devoted to the senior world. Join for Free ReverseTalk.com

API documentation

Message methods

Public

Returns 20 latest public messages written by any user in the desired format

URL:

http://www.reversetalk.com/api/messages/public.[format].[api_key]

Formats: xml, json, rss

Friends

Returns specified user's friends' messages in the desired format.

URL:

http://www.reversetalk.com/api/messages/friends/[user].[format].[api_key]

Formats: xml, json, rss

User

Returns all public messages of the specified user in the desired format.

URL:

http://www.reversetalk.com/api/messages/user/[user].[format].[api_key]

Formats: xml, json, rss

Latest

Returns specified user's latest public message in the desired format.

URL:

http://www.reversetalk.com/api/messages/latest/[user].[format].[api_key]

Formats: xml, json, rss

Send

Posts a public message. Returns its details or an error message in the desired format.

URL:

http://www.reversetalk.com/api/messages/send.[format].[api_key]

Method:
POST

Required parameters:
Formats: xml, json

Delete

Removes authenticating user's message. Returns deleted message's details or an error message in the desired format.

URL:

http://www.reversetalk.com/api/messages/delete.[format].[api_key]

Method:
POST

Required parameters:
Formats: xml, json

Direct message methods

Messages

Returns all direct messages that are in the authenticating user's inbox in the desired format.

URL:

http://www.reversetalk.com/api/direct_messages/messages.[format].[api_key]

Method:
POST

Required parameters:
Formats: xml, json, rss

Send

Posts a direct message to a user specified by their username or ID. Returns the sent message's details in the desired format or an error message in case of an error.

URL:

http://www.reversetalk.com/api/direct_messages/send.[format].[api_key]

Method:
POST

Required parameters:
Optional parameters:
Formats: xml, json

Delete

Removes a direct message from the authenticating user's inbox and returns removed message's details in the desired format or an error message in case of an error.

URL:

http://www.reversetalk.com/api/direct_messages/delete.[format].[api_key]

Method:
POST

Required parameters:
Formats: xml, json

User methods

Friends

Returns specified user's friends in the desired format.

Followers

Returns specified user's followers in the desired format.

URL:

http://www.reversetalk.com/api/users/followers/[user].[format].[api_key]

Formats: xml, json
Usage example:
http://www.reversetalk.com/api/users/followers/diana.json
ou
http://www.reversetalk.com/api/users/followers/584.xml

User details

Returns user's details in the desired format.

URL:

http://www.reversetalk.com/api/users/details/[user].[format].[api_key]

Formats: xml, json
Usage example:
http://www.reversetalk.com/api/users/details/diana.json.f9cv8d97c90d8c6f2cab37bb6d1f1335
ou
http://www.reversetalk.com/api/users/details/584.xml.f9f16d97c90d8c6f23sb37bb6d1f1992

Friendship methods

Create

Adds a specified user to the authenticating user's friends. Returns the befriended user's details in the desired format or an error message in case of an error.

Method:

POST

Required parameters:
URL:
http://www.reversetalk.com/api/friendships/create.[format].[api_key]

Formats: xml, json

Destroy

Removes a specified (leaves) user from the authenticating user's friend list. Returns the removed user's details in the desired format ro an error message in case of an error.

Method:

POST

Required parameters:
URL:
http://www.reversetalk.com/api/friendships/destroy.[format].[api_key]

Formats: xml, json