You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this project it saved me a lot of time.
But I've run into a problem. I try to get next page of posts,by using param "cursor" as it is written in Disqus API, but I don't get a response.
It happens in file MDDiqsusComponent.m on line 361.
I should get into loop:
if (!self.operationSuccessCompletion){}
But instead it gets me into loop:
if (!self.operationFailureCompletion){}
The request is fine, I've tested it in REST client and it gives me a response.