Hi!
I have same questions
1. How to get my followers over API? Method
get_user_contacts returned my followings
2. How to get comments for my slide over API?
3. How to get people, who liked my slide over API? Method check_favorite returned only user_id
4. How to get user detail by username - name, location, occupation and etc
I've found error on API explorer
method get_user_contacts always return
<?xml version="1.0" encoding="UTF-8"?>
<SlideShareServiceError>
<Message ID="10">User Not Found</Message>
</SlideShareServiceError>
UI doesn't have input field username_for
Thanks