You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API (e.g. /users/:user/friends) might return a username that contains a period ., e.g. Prof.JensDrehbares.
However, calling any /user method with this username will result in an error or unexpected response, as the API expects periods to be encoded as dashes -, e.g. Prof-JensDrehbares.
Asked Justin on Google+ about documentation of any other possible character replacments.
The text was updated successfully, but these errors were encountered:
The API (e.g.
/users/:user/friends
) might return a username that contains a period.
, e.g.Prof.JensDrehbares
.However, calling any
/user
method with this username will result in an error or unexpected response, as the API expects periods to be encoded as dashes-
, e.g.Prof-JensDrehbares
.Asked Justin on Google+ about documentation of any other possible character replacments.
The text was updated successfully, but these errors were encountered: