Php ile eylemleri kimlik doğrulaması için oauth ve twitter kullanarak

1 Cevap php

Im OAuth hakkında öğrenme ve benim uygulama kurulum ve hesabımı doğrulamak ve benim belirteci almak mümkün im, ama bir API çağrısı kimlik doğrulaması için bu nasıl kullandıklarını merak im?

Nerede kullanmadan önce im

http://username:password@twitter.com/whatever.xml

Benim belirteci ile artık ne kimlik doğrulaması için ne yapmalıyım?

1 Cevap

Now that you have a valid access token key and secret you can access the protected resources or your API. To do this you have to 'sign' your request with the information you have (access token, secret, consumer key, secret and other oauth artifacts) and send it via HTTP. http://oauth.net/core/1.0#signing%5Fprocess

Sadece Request nesnesi almak ve sizin için imzalar, hatta sizin için HTTP üzerinden isteği göndermek gerektiğini, hangi OAuth API istemci bir imzalama yöntemi olmalıdır.