New Post: Need help!!!
Hi everyone, i have just approached to this library in order to complete an university progect,so i am a newbie and please forgive me if my questions can appear stupid for you. i am just trying some...
View ArticleNew Post: Authentication with Embedded Credentials
The documentation suggests one can manually set all the credentials like this:TwitterCredentials.SetCredentials( AccessToken, AccessTokenSecret, ConsumerKey, ConsumerSecret); This is perfect for me...
View ArticleNew Post: Authentication with Embedded Credentials
This code should definitely work. It is the default solution to set credentials. Could you please share more code. Linvi
View ArticleNew Post: Need help!!!
Could you check the exception handled by Tweetinvi and send me back the information.Exception Handler. Linvi
View ArticleNew Post: Authentication with Embedded Credentials
Most certainly. Check out this simple example which does not work for me:using System; using Tweetinvi; using Tweetinvi.Core.Interfaces.WebLogic; namespace MyApp { class Program { private static string...
View ArticleNew Post: Authentication with Embedded Credentials
Never mind, I figured it out. It was a dumb thing that was my own fault. Thanks!
View ArticleNew Post: Need help!!!
should i do like this? .SetCredentials("","","",""); var tweets = Search.SearchTweets("sampdoria"); var exceptionStatusCode = ExceptionHandler.GetLastException().StatusCode; var exceptionDescription =...
View ArticleCreated Task: Migrate Parameters with an identifier to QueryParameters [2576]
QueryParameters should contain :- Identifier- User ParametersThis remove the ability for developers to incorrectly create a query parameter that is called from an object with an invalid identifier.Look...
View ArticleEdited Task: Migrate Parameters with an identifier to QueryParameters [2576]
QueryParameters should contain :- Identifier- User ParametersThis remove the ability for developers to incorrectly create a query parameter that is called from an object with an invalid identifier.Look...
View ArticleSource code checked in, #43810
Version 0.9.8.0 - Refactored parameters into Query parameters - Developers now have access to ILoggedUser.ExecuteLoggedUserOperation
View ArticleCommented Task: Code Refactoring [2564]
Refactor Tweetinvi, move classes to their correct location.Initialize all classes in the expected module.Comments: Associated with changeset 43810: Version 0.9.8.0- Refactored parameters into Query...
View ArticleCommented Feature: Update : [lists/statuses] [1745]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/statusesParameters :- list_id- slug- owner_screen_name- owner_id- since_id- max_id- count- include_entities- include_rtsComments: Associated...
View ArticleCommented Task: Migrate Parameters with an identifier to QueryParameters [2576]
QueryParameters should contain :- Identifier- User ParametersThis remove the ability for developers to incorrectly create a query parameter that is called from an object with an invalid identifier.Look...
View ArticleNew Comment on "Credentials"
Hi All, so obtain the tokens we need to : 1. Have twitter account, 2. Create twitter app and associate it with your twitter account (from application settings on twitter) here;s the link...
View ArticleNew Comment on "Credentials"
Hi All, so to obtain the tokens we need to : 1. Have twitter account, 2. Create twitter app and associate it with your twitter account (from application settings on twitter) here;s the link...
View ArticleCommented Task: Code Refactoring [2564]
Refactor Tweetinvi, move classes to their correct location.Initialize all classes in the expected module.Comments: Associated with changeset 43858: Version 0.9.8.0- Code refactoring of Query Parameters...
View ArticleCommented Task: Migrate Parameters with an identifier to QueryParameters [2576]
QueryParameters should contain :- Identifier- User ParametersThis remove the ability for developers to incorrectly create a query parameter that is called from an object with an invalid identifier.Look...
View ArticleEdited Task: Migrate Parameters with an identifier to QueryParameters [2576]
QueryParameters should contain :- Identifier- User ParametersThis remove the ability for developers to incorrectly create a query parameter that is called from an object with an invalid identifier.Look...
View ArticleCreated Feature: Add `possibly_sensitive` when publishing a tweet [2585]
Twitter has added a new parameter to create Tweets.Give this options to the developers.
View Article