Hi,
I will be happy to implement it, but each time I try to access it I receive a 403 (forbidden) webexception.
Maybe I am not using the right format for the query.
Please review the endpoint URL and let me know if this is working for you.
Linvi
I will be happy to implement it, but each time I try to access it I receive a 403 (forbidden) webexception.
Maybe I am not using the right format for the query.
Please review the endpoint URL and let me know if this is working for you.
var tweetDtos = TwitterAccessor.ExecuteGETQuery<IEnumerable<ITweetDTO>>("https://api.twitter.com/1.1/conversation/show.json?id=482705139862863872"); var tweets = Tweet.GenerateTweetsFromDTO(tweetDtos);