Search results

  1. Vladimir

    Problem with posting to Instagram.

    And this is how it actually happens. Extra "\" is added.
  2. Vladimir

    Problem with posting to Instagram.

    Images were not added to the message. Let's try once more. this is how it should work.
  3. Vladimir

    Problem with posting to Instagram.

    This is how it must be: This is how it actually posted: You can see extra "\" is added and it breaks the link to profile. Yesterday it started to work properly, but today I see that backslash is added again.
  4. Vladimir

    Problem with posting to Instagram.

    Well, that's not what I needed. You broke <br>, and I had to replace it with %0A. Now I have back newlines, but my underscore "_" sign still does not work. I tried to use "%5F" code, but it's printed as is. Why not just simply pass all data to Instagramm without those weird transformations?
  5. Vladimir

    Problem with posting to Instagram.

    There is some bug with posting to Instagram. Strings are double-escaped. New lines become "\\n" and underscore become "\_". I have found a solution for new lines (used <br> instead of new lines), but what to do with underscore? It's a part of usernames, so I can't mention people with underscore...
Top