﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14629,Blogger importer HTTP 403 Invalid AuthSub token,briancolinger,,"The auth() method uses a preg_replace to strip non-alpha-numeric characters from the token.

Google has changed the token format to include non-alpha-numeric characters. This is what causes the 403 Invalid AuthSub token error.

I couldn't immediately find any info on what specific characters the AuthSub token might contain. That is the reason for the wild card in the preg_match.

If anyone else knows what characters should be allowed, please let me know and I'll update the patch.",defect (bug),closed,normal,,Import,,major,fixed,has-patch,briancolinger@…
