i’m using tweetsharp to allow users to log into my site with their twitter account. the first time through, they need to give permission through twitter to access my site. fine. but this happens after the first time too. is there a way to avoid this?
Share
the issue is that you need to use the
authenticatemethod instead of theauthorizemethod. the authenticate method will only prompt for authorization once.