Don't know why you have an error, but you have an issue with your url
There is a missing & between response_type and scope
&
response_type
scope
response_type=code&scope=user_profile,user_media
May be only a typo