How do I follow users?

9 views
Skip to first unread message

montz

unread,
Nov 28, 2012, 1:16:05 AM11/28/12
to spring...@googlegroups.com
Hi,
Is there any API to follow a user? 
Thanks!

Chuck Garofalo

unread,
Nov 28, 2012, 9:31:08 AM11/28/12
to spring...@googlegroups.com
Hi.

Yes, there is.  You can POST to the api endpoint springpad.com/api/users/{username or "me"}/following/users with the data of the user you wish to follow.  The payload is json like this:

{
  "user":{user uuid or username}
}

To be clear, the data in the post is the user to be followed.  The user in the request uri (or me) is the user doing the following.

I hope this helps.

Regards,
Chuck
Reply all
Reply to author
Forward
0 new messages