Update TokenCreator to only use https queries.
In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)
> This is an important notice for developers still using HTTP plaintext connections. On January 14th, 2014, connections to api.twitter.com will be restricted to TLS/SSL connections only. If your application still uses HTTP plaintext connections you will need to update it to use HTTPS connections, otherwise your app will stop functioning. You don't need to wait until deadline to implement this change, given that api.twitter.com already supports the recommended environment.
This SSL requirement will be enforced on all api.twitter.com URLs, including all steps of OAuth and all REST API resources.
Comments: Associated with changeset 33813: Version 0.9.0.0
- Completely Tested SavedSearch Controller
- Tested SearchController.SearchController
- Tested SearchController.SearchQueryExecutor
- Created a constant variable in TweetinviCore.TweetinviConstants to provide the same DefaultId value accross the library.
- Updated the classes using this default value.
- Updated Controllers result to be IEnumerable instead of List
- Classes that user have a direct access to will continue to return lists in order to ease their development.
- Updated http queries to be https queries
In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)
> This is an important notice for developers still using HTTP plaintext connections. On January 14th, 2014, connections to api.twitter.com will be restricted to TLS/SSL connections only. If your application still uses HTTP plaintext connections you will need to update it to use HTTPS connections, otherwise your app will stop functioning. You don't need to wait until deadline to implement this change, given that api.twitter.com already supports the recommended environment.
This SSL requirement will be enforced on all api.twitter.com URLs, including all steps of OAuth and all REST API resources.
Comments: Associated with changeset 33813: Version 0.9.0.0
- Completely Tested SavedSearch Controller
- Tested SearchController.SearchController
- Tested SearchController.SearchQueryExecutor
- Created a constant variable in TweetinviCore.TweetinviConstants to provide the same DefaultId value accross the library.
- Updated the classes using this default value.
- Updated Controllers result to be IEnumerable instead of List
- Classes that user have a direct access to will continue to return lists in order to ease their development.
- Updated http queries to be https queries