SocialOpinion-Public icon indicating copy to clipboard operation
SocialOpinion-Public copied to clipboard

APIs written in C# that connect to the TwitterAPI

Results 4 SocialOpinion-Public issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The nuget is not installable in a .NET Standard class library. I don't see why a .NET reference is necessary. **To Reproduce** Steps to reproduce the behavior:...

Bumps [Microsoft.Rest.ClientRuntime](https://github.com/Azure/azure-sdk-for-net) from 2.3.21 to 2.3.24. Commits 0a3afc9 Clientruntime/sanitize request header (#28169) 8724e58 Minor fix to update comment for TokenCacheRefreshArgs.SuggestedCacheKey (#28128) 2decee4 performance patch of JsonConverterHelper.cs (#26448) 64b55ac [DataFactory]Added new...

dependencies

Can you update the NuGet Package with the latest changes? (PostTweet fix)

**Describe the bug** SearchTweets ( in RecentSearch service ) methods ignores maxResults parameter. **To Reproduce** `List result = _searchService.SearchTweets(query, 10, 5); return result;` **Expected behavior** Should return 10 tweets by...