4

The current implementation of the API does not provide a way for us to fetch a user's "interesting tags". The /users/{id}/tags unfortunately returns all tags a user has participated in, which I'm not sure how it is helpful. It would be nice if I could highlight "interesting" questions in my app just like the trilogy sites do it.

2 Answers 2

6

This is definitely private and should not be exposed by a read-only API that does not authenticate for that user.

2
  • 3
    I was initially thinking "What's the big deal, so what if everyone sees that I am interested in C#?" with respect to the current trilogy. With the SE coming together and the inevitability of some sites that may have more "colorful" topics, I came around to your thinking. (Replace C# with naked-cake-dancing). Commented May 31, 2010 at 22:51
  • 3
    @TheHurt: You know that comment is public, right? :) Commented Jun 1, 2010 at 9:08
4

This is private per-user information. Accordingly we can't expose it until some sort of user auth is in place, which isn't a v1 target.

2
  • Whew! That's what I was hoping. Commented Jun 1, 2010 at 2:17
  • Now that auth is in place, will this be reconsidered? Commented Feb 7, 2012 at 14:52

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.