Skip to content

publish: add post author id to Facebook comment permalink #265

@karadaisy

Description

@karadaisy

when publishing a comment to Facebook, Bridgy reports this URL (which is a 404)
/POST_ID/?comment_id=COMMENT_ID
Should be
/AUTHOR_ID/posts/POST_ID/?comment_id=COMMENT_ID

Looks like this is handled in a-u.Facebook.comment_url, and we just need to pass the post_author_id (parsed from base_url) here:

https://github.com/snarfed/activitystreams-unofficial/blob/master/facebook.py#L355

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions