I have a problem when I want to display users that have mentioned the searched user on my application. I'll explain:
At first when I launch the program I need to allow the application to use my account to allow me doing some search. After that, I can search twitter users on my application and display some information about him.
The problem is the following, when I want to display the users that have mentioned the searched user, it fails! It just display : *the users that mentioned me (when I search myself) *I appear in users that have mentioned the searched user list if I mentioned him recently,
So, the application search mentioned list not with the searched user but with the logged user! I don't want it.
I m developing the application on c#/XAML and I am using linqToTwitter.
Can someone help me please?