Commented Feature: Implement : [friendships/lookup] [1714]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/lookupParameters :- screen_name / user_idComments: Associated with changeset 42815: Version 0.9.7.0- Refactor of the Friendship...
View ArticleCommented Task: Improve Friendships information [2542]
- Add new fields- Add more overload methods for more granular operationComments: Associated with changeset 42815: Version 0.9.7.0- Refactor of the Friendship Controller, QueryExecutor and...
View ArticleCommented Task: Move some logic out from Logged User into Account [2543]
Comments: Associated with changeset 42815: Version 0.9.7.0- Refactor of the Friendship Controller, QueryExecutor and QueryGenerator- Removed some Friendship function like lookup from LoggedUser- Added...
View ArticleEdited Feature: Implement : [friendships/outgoing] [1716]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/outgoingParameters :- cursor
View ArticleEdited Feature: Implement : [friendships/incoming] [1715]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/incomingParameters : - cursor
View ArticleSource code checked in, #42828
Version 0.9.7.0 - Added MaximumNumber of Result parameter for Incoming and Outgoing Friend Request
View ArticleCommented Feature: Implement : [friendships/incoming] [1715]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/incomingParameters : - cursorComments: Associated with changeset 42828: Version 0.9.7.0- Added MaximumNumber of Result parameter for...
View ArticleCommented Feature: Implement : [friendships/outgoing] [1716]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/outgoingParameters :- cursorComments: Associated with changeset 42828: Version 0.9.7.0- Added MaximumNumber of Result parameter for...
View ArticleSource code checked in, #42833
Version 0.9.7.0 - Improved Friendship Lookup to perform multiple queries when more than 100 friendships are requested
View ArticleCommented Feature: Implement : [friendships/lookup] [1714]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/lookupParameters :- screen_name / user_idComments: Associated with changeset 42833: Version 0.9.7.0- Improved Friendship Lookup to...
View ArticleEdited Feature: Implement : [friendships/lookup] [1714]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/lookupParameters :- screen_name / user_id
View ArticleSource code checked in, #42834
Version 0.9.7.0 - Added and remove function from LoggedUser
View ArticleCommented Task: Move some logic out from Logged User into Account [2543]
Comments: Associated with changeset 42834: Version 0.9.7.0- Added and remove function from LoggedUser
View ArticleSource code checked in, #42841
Version 0.9.7.0 - Update relationship now works properly
View ArticleEdited Task: Improve Friendships information [2542]
- Add new fields- Add more overload methods for more granular operation
View ArticleCommented Feature: Implement : [friendships/update] [1719]
Reference : https://dev.twitter.com/docs/api/1.1/post/friendships/updateParameters : - screen_name / user_id- device- retweetsComments: Associated with changeset 42841: Version 0.9.7.0 - Update...
View ArticleEdited Feature: Implement : [friendships/update] [1719]
Reference : https://dev.twitter.com/docs/api/1.1/post/friendships/updateParameters : - screen_name / user_id- device- retweets
View ArticleSource code checked in, #42863
Version 0.9.7.0 - Fixed bug created in 0.9.7 that resulted in ICustomRequestParameters to not be injected as it was changed to abstract.
View Article