asp.net mvc 4 - What .NET Twitter wrapper library is suited to managing followers easily? -


i new twitter app development , want know of many .net twitter wrapper libraries choice using in asp.net twitter follower management app.

things library do:

  • allow following/unfollowing users per user limit (not per application limit)
  • list followers of user
  • determine if user following user (or looking in follower list)
  • run happily in .net 4.0 shared hosting environment (can't clever continually running processes etc)
  • ideally written in c#
  • examples/good docs available

i decided give linqtotwitter go, example of following/unfollowing given here: http://linqtotwitter.codeplex.com/sourcecontrol/latest#linqtotwitterdemo/friendshipdemos.cs


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -