且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Twitter的登录澄清

更新时间:2023-01-09 15:41:15

1)第一U必须有一个Twitter帐户。

1) First u must have a twitter account.

2)然后你必须给访问你的应用程序要做到这一点去并登录并创建您的应用程序。

2) Then you must give access to your application to do that go to this and sign in and create your application.

3)如果妳做得很好,您将收到有关您的应用程序,包括访问令牌,访问令牌秘密的一些信息,没有任何一个(访问令牌,访问令牌密钥)给这并一定要保持你的访问级别读写。

3)If u did it well, you will receive some information about your app including Access token,Access token secret,do not give this to any one(Access token,Access token secret) and make sure to keep your Access level to read and write.

4)现在你做你想要做的基本part.now是实现OAuth的部分。

4) Now you have done the basic part.now you want to do is the implementation the OAuth part.

5)要做到这一点只要按照

5) To do that just follow this

5),这对我的作品希望你们也能做到这一点。

5) That works for me hope you also can do that.