Title: delcano's Replies | WordPress.org

---

# delcano

  [  ](https://wordpress.org/support/users/delcano/)

 *   [Profile](https://wordpress.org/support/users/delcano/)
 *   [Topics Started](https://wordpress.org/support/users/delcano/topics/)
 *   [Replies Created](https://wordpress.org/support/users/delcano/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/delcano/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/delcano/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/delcano/engagements/)
 *   [Favorites](https://wordpress.org/support/users/delcano/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] Error 400: Bad Request](https://wordpress.org/support/topic/error-400-bad-request-11/)
 *  Thread Starter [delcano](https://wordpress.org/support/users/delcano/)
 * (@delcano)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-400-bad-request-11/#post-16900417)
 * I have tracked the issue to the file: `lib/api/fetch/personal/user-media/class-
   get.php, line 230.`
 * Apparently, add_query_arg is adding a space between the protocol and the url 
   of instagram (`https:// graph.instagram...`) for reasons unknown.
 * I have added a dirty hack under it: `$url = strtr($url, ' ', '');` and it worked.
   Now I have an account issue, but that’s on me and my client, so no problem.
    -  This reply was modified 2 years, 12 months ago by [delcano](https://wordpress.org/support/users/delcano/).

Viewing 1 replies (of 1 total)