andyhutch77 / oAuthTwitterWrapper

An easy way to display twitter feeds and searches in any .net project, with one nuget command and 3 appsetting changes you have access to raw json or serialized c# objects. No need for 3rd party dlls.

Home Page:http://highviewsoftwaresolutions.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: PCL version

ehuna opened this issue · comments

Hi, awesome project and implementation - nicely done!

I have one idea to enhance it: make it a PCL.

I am currently working on a Windows 8 app (WinRT) and the HttpWebRequest is not available.

If the project is a PCL and you use instead HttpClient, it can then be used by Windows 8 apps, Windows Phone 8 apps, full .NET apps - and even iOS and Android apps using Xamarin and Mono Touch!

Just an idea - if you like it, I'd love to contribute to getting it done.

Hi Emmanual,
Please to meet you, thanks for the feedback.

That is a good idea, I'd definitely be up for making the project into a PCL library.

I've recently had my first child so I have been struggling for time recently but I do want to do what you suggest.

Andy

On Saturday, 14 December 2013, 17:15, Emmanuel Huna notifications@github.com wrote:

Hi, awesome project and implementation - nicely done!
I have one idea to enhance it: make it a PCL.
I am currently working on a Windows 8 app (WinRT) and the HttpWebRequest is not available.
If the project is a PCL and you use instead HttpClient, it can then be used by Windows 8 apps, Windows Phone 8 apps, full .NET apps - and even iOS and Android apps using Xamarin and Mono Touch!
Just an idea - if you like it, I'd love to contribute to getting it done.

Reply to this email directly or view it on GitHub.

+1