Skip to content

Facebook strips away query params arrays #1815

Closed Answered by posva
madsh93 asked this question in Help and Questions
Discussion options

You must be logged in to vote

I think I answered this on Discord but to add it here too: This seems like a misalignement from Messenger as it's a native feature of URLSearchParams:

p = new URLSearchParams()
p.append('a', 1)
p.append('a', 2)
p.append('a', 3)
p.toString()
'a=1&a=2&a=3'

It would be nice if you could send a ticket to Facebook Support as it would be important for them to fix it.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@madsh93
Comment options

@posva
Comment options

Answer selected by posva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants