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
Post a Comment