Object reference not set to an instance of an object when calling asynchronous method – Twitter API
Twitter does not provide user Birthdays through its REST API. Because of that, I prepared a nullable DateTime property. I also prepared an Interface for all social network services. Most of them are async Task methods. But I can't get…