Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在获取请求令牌和 oauth 验证,我也得到了类似 accessToken 的 url,但它不是有效的 url 并出现错误
( https://api.linkedin.com/uas/oauth/accessToken?oauth_consumer_key=bszdp1xlaa4o&oauth_nonce=mSwft&oauth_signature=li7zoL3Jw3sdg6H42iwUronjcHg%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1369053418&oauth_token=fe69dc1f-4cc8-4baa-89d6-e5087e119fb2&oauth_verifier=30000 )
我的问题是:为什么我没有得到正确的访问令牌网址,我错过了什么?
您是否尝试过复制这些人的做法?