I have about 2500 or some-odd using Blogger through my system and
recently some users are having difficulty pulling their Blog list to
select from a list.
Process goes:
1. Enter Blogger username/password
2. Select blogs
3. Save settings
I test this on myself and on the users who are having problems. The
results are inconsistent.
If I use the sample PHP script located:
http://code.google.com/apis/blogger/developers_guide_php.html,
and run it with my credentials, it pulls a list of blogs fine.
Now, using it with my user's details, it returns nothing. Blank.
Some suggest it might be being caused by the type of account (Google
Apps, Mail, etc...), but it's impossible to really test.
Does anyone know what might be going on?
I'm using client login type and polling the
http://www.blogger.com/feeds/default/blogs
endpoint to get blog list.
Thanks in advance,