Has anyone used Renren's API? how can I log on to the background? For oauth, you need to jump to the logon page to log on.
Reply to discussion (solution)
It is recommended that you first understand the oauth process and you will not ask this question.
In addition, everyone is unfriendly, and sina's oauth is more standard. it is the same as facebook's parameter names (who copied them ?...)
So, if you want to learn sina, it's good. if the project needs to be, it's not hard to look at renren.
It is recommended that you first understand the oauth process and you will not ask this question.
In addition, everyone is unfriendly, and sina's oauth is more standard. it is the same as facebook's parameter names (who copied them ?...)
So, if you want to learn sina, it's good. if the project needs to be, it's not hard to look at renren.
Can you make it clear? I want to verify oauth in the background
Reference the reply from hellodifa on the first floor: we suggest you first understand the oauth process and you will not ask this question.
In addition, everyone is unfriendly, and sina's oauth is more standard. it is the same as facebook's parameter names (who copied them ?...)
So, if you want to learn sina, it's good. if the project needs to be, it's not hard to look at renren.
Can you make it clear? I want to verify oauth in the background
Oauth Authentication must be authorized by the user, so there is no way to complete the background.
General process:
Apply for app key and secret
Generate your own url
Directs the user to access this url. this url allows the user to log on to Renren and authorize the login user.
After authorization, the page jumps to your own page. at this time, you get a token.
With this token, you can process it in the background and finally obtain user information.
The process of user authorization cannot be skipped.