gab-ai-inc / gab-dissenter-extension

Dissenter.com Browser Extension source code
https://dissenter.com
Apache License 2.0
272 stars 43 forks source link

Invalid URL on facebook post #55

Closed LucasMW closed 5 years ago

LucasMW commented 5 years ago

I get Invalid URL when trying to dissent this post on facebook:

It probably means we can't comment on specific posts on facebook. Maybe only posts from facebook pages.

LucasMW commented 5 years ago

When I modify the url, leaving just this Dissenter works. But I did have to change the URL manually

mgabdev commented 5 years ago

Hi @LucasMW this is indeed working as expected. In your first comment, the first URL contains a long string of characters as the end within the query parameters of the URL whereas the second url does not contain all of the query parameters after the post id.

Dissenter takes into account the entire URL as given. So if there are query parameters (i.e. example.com?query-parameter=test) that will be different than a url without query parameters (i.e. example.com).

Hope this clears it up! Closing this issue.