So if a user has a StackExchange account but not an account for the specific Site, /me will return an empty items list.
Ideally in this case, my application would send them off to 'the' URL where they can create an account on that site. I don't really see a nice way of doing this, short of providing a link to ${site_url}/users/login which doesn't really feel like the best solution. Is there something better I can do?
(It's not impossible that I re-jig my app such that the user doesn't need an account, but that's not my ideal solution)
site/users/loginwhat other option are you looking for? – Jonathan. May 22 '12 at 15:21