Re: Getting posts list with GTL

Evgeniy Lizhnyk <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
And after spending hours looking for the solution I just got it.
Class GTLQueryBlogger have property named "statuses", which we set on array 
of strings like @[@"drafts", @"live"]. But the point is that this property 
should have name "status" instead of "statuses". That's why final JSON in 
request have incorrect key value for requested post types. After I replaced 
 "statuses" to "status" it works fine. 
I hope this solution helps another Mac OS X developers who wants to 
integrate Blogger support in his app. 

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.