2 Answers

1
votes

Facebook stopping support message option.

0
votes

You have spaces in the URL where you shouldn't. All those %20 characters are spaces that shouldn't be there. The decoded URL you are trying to load looks something like this:

? apps_id=...& link=...& picture=...

You have to get rid of the spaces before the parameter names.