Questions tagged [google-blogger-api]

48 questions
5
votes
0 answers

How to sort comments in descending order when using the Blogger API V3

I'm using Blogger API v3 to list a number of comments of a blog. The issue is that I want to list all comments from a blog and the first request doesn't return directly all the needed comments (because I choose to return 10 comments per request for…
JideGuru
  • 7,102
  • 6
  • 26
  • 48
4
votes
2 answers

How to make search query on Blogger JSON Feed API

I want to search my posts on blogger by using blogger feed JSON API. How can I do that?
3
votes
1 answer

Unable to get blogger comments API v3

I'm trying to get blogger post comments but getting null even though there are comments on the…
2
votes
1 answer

How to use OAuth 2.0 credentials with blogger api v3 (python requests)

I am trying to automate my blog writing a bit by using Blogger API v3.0. I have my API_KEY and by using it I managed to access my blog like that: import requests APIKEY = 'XXX-YYY-ZZZ' BLOGID = '12345678' get_blog =…
user1692261
  • 1,197
  • 3
  • 16
  • 30
2
votes
1 answer

Status parameter not working when using python blogger api

I'm trying to use google-api-python-client 1.12.5 with Service account auth under Python 3.8. It seems to me that the when specifying the status parameter, Google responds with a 404 HTTP code. I can't figure out why. I also looked in the docs but I…
madtyn
  • 1,469
  • 27
  • 55
2
votes
1 answer

Blogger API Retrieve specific post issue loading content in WebView

I was using Blogger API of Retrieving posts from a blog, from the response of this API call there is a key named content that contains HTML code of the post and I'm trying to load that HTML in a WebView, but the problem is that it is not loading all…
AtifSayings
  • 756
  • 14
  • 23
2
votes
1 answer

Set Description, Draft and Permalink using Blogger API with PHP

I really need your help with this matter. I'm looking for a solution for about 3 months now, but really the Blogger API is not easy to deal with because Blogger don't even provide examples. I can create and publish new posts with PHP script and I…
1
vote
0 answers

Blogger API v3 : when calling /posts/search/, parameter nextPageToken is not working

When calling {URL}/posts/?{parameters} : the 10 first items are returned if the response contains more than 10 items, an attribute { "nextPageToken":"xyz" } is added to the JSON data response. Then when calling…
Bolt UIX
  • 5,988
  • 6
  • 31
  • 58
1
vote
0 answers

How to add syntax highlighter to a code fetched with a blogger api in android?

I want to make an android app for my blog hosted on blogger but it includes some codes in the posts gor which I use prism syntax highlighter on web. But when I fetch the data to mobile app using the blogger api I have to parse it so the code also…
1
vote
1 answer

Need help in Obtaining google OAuth 2.0 access tokens

Trying to Create automate blogger post using Google API's REST calls (not via JavaScript or any other coding languages ). I am able to create all the Google using api Key and Auth2.0 Client. https://console.cloud.google.com/apis/credentials APi and…
Android TV
  • 11
  • 2
1
vote
1 answer

Why I'm not getting CNAME records from Blogger?

I'm setting up my custom domain with Blogger and from tutorials I can see Blogger should be giving CNAME records upon entering custom domain. That isn't happening. Has Blogger changed how this is done ? The tutorials are only about a year…
itsallgood
  • 75
  • 9
1
vote
1 answer

How hide " section " on blogger when no widget inside it

I need help Plz. I wanna hide section on blogger when no widget inside it.. or widget is invisble.. and I use this code. but not work for me .. any one have a solution
1
vote
0 answers

PHP Login With Google Anda Get All Blog From Google Blogger API

I'm making an application using blogger api from google. what I want is when successful login I can display all the blogs that I have on the blog spot, I have 2 blogs on blogspot blog-api-test.blogspot.com and blog-api-test-2.blogspot.com I have…
HALIM
  • 63
  • 8
1
vote
1 answer

How to associate featured image of my blogger's post as thumbnails in my website

I want to associate my blogs post in my website which i have been able to do using Blogger API v3.0. I am able to call the post's title, content and comments, but i want to retrieve the images i have uploaded in my content as a thumbnail. Code i…
1
vote
1 answer

How to stop google blogger HTML editor from converting single quote into '

Google blogger HTML editor automatically replaces single quote with '. Is it possible to overcome this issue?
user1044490
  • 33
  • 1
  • 1
  • 5
1
2 3 4