I'm developing a Web app that revolves around the Twitter API. I'm a newbie and this is my first ever attempt at development so be gentle (please).
The problem I'm facing is: I have a table that contains the twitter user info: UserID(Unique) Name etc.. And another with specific tweets: TweetID(Unique) Text etc..
I want to be able specify if a particular UserID has Retweeted the tweet(using TweetId) already.
I don't care if he has retweeted outside my App, I just want to know if he did using my web app so I don't display it to him twice.