Hello, Im using .net and c# to get users timelines by screen_name. All worked fine untill I faced the problem, that one screen name didint return any result.
m using .net and c# to get users timelines by screen_name. All worked fine untill I faced the problem, that one screen name didin
Can you explain why can this happen?
Are you getting a HTTP 404? Are you sure a user by that screen name exists? Is it possible the user is not visible (due to being protected or perhaps suspended) for some other reason?
No, there is no 404, its just empty json result. User exists, actually sometimes it works, but sometimes no. Can you please tell more about visibility of user?