LinkedIn id 字段 r_basicprofile 的格式是什么?
What is the format of the LinkedIn id field r_basicprofile?
我们将 Sign in with LinkedIn
用于预先存在的应用程序。该应用程序使用作为用户配置文件的一部分返回的 id
字段,但是该应用程序对 id
.
中可以出现的字符值有限制
LinkedIn 将在 id
中输入的合法字符是什么?
The description 对于 id
说
A unique identifying value for the member.
This value is linked to your specific application. Any attempts to use it with a different application will result in a "404 - Invalid member id" error.
测试小样本量,显示 zHjkl_t-4D
、_IcF7_r2b1
和 -1ZM8mwCKM
等内容,这导致字段被限制为以字母数字字符开头的问题。我想知道法律价值,以便我们可以访问 LinkedIn 注册是否适合未来的应用程序。
会员 ID 以 Base64 编码格式显示。 Base64 index table 中出现的任何字符均有效。
我们将 Sign in with LinkedIn
用于预先存在的应用程序。该应用程序使用作为用户配置文件的一部分返回的 id
字段,但是该应用程序对 id
.
LinkedIn 将在 id
中输入的合法字符是什么?
The description 对于 id
说
A unique identifying value for the member.
This value is linked to your specific application. Any attempts to use it with a different application will result in a "404 - Invalid member id" error.
测试小样本量,显示 zHjkl_t-4D
、_IcF7_r2b1
和 -1ZM8mwCKM
等内容,这导致字段被限制为以字母数字字符开头的问题。我想知道法律价值,以便我们可以访问 LinkedIn 注册是否适合未来的应用程序。
会员 ID 以 Base64 编码格式显示。 Base64 index table 中出现的任何字符均有效。