Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blogger JSON API Post fetch and Content Parse

I'm new to Blogger and its JSON API. I've found out I can retrieve all posts / retrieve specific post using post id.

I'm trying to build a lazy loading blogger post list page, where blog content needs to fetch dynamically. What is the best way to retrieve latest 5 posts in every request? (I don't want to request 5 times for 5 posts)

Another thing is, I want to show post's first image on post list page. How can I fetch the first image and fetch textual content only?

I've searched Google but couldn't find any good tutorial. I hope you guys can help me.

Cheers

like image 357
Hasanavi Avatar asked Oct 17 '25 16:10

Hasanavi


1 Answers

One option is to use javascript callbacks , for example :

http://jayunit100.blogspot.com/feeds/posts/default?alt=json-in-script&callback=myFunc

This will return back a peice of executable javascript code which

1) Calls a function which you defined 2) Sends that function a json object

The below is my speculation on this matter, because it clearly is much more difficult than one might think it should be:

It is not clear to me why a simpler, pure, authentication-free JSON REST api is not available (maybe one does exist), which simply takes a blog id and returns pure text, however, I suspect it might be that blogger wants to discourage crawling.

like image 183
jayunit100 Avatar answered Oct 19 '25 06:10

jayunit100



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!