开发者

Do I need the user input the Consumer Key and Consumer Secret when they login on Dropbox PHP Plugin

开发者 https://www.devze.com 2023-04-01 07:46 出处:网络
I\'m currenty developing a wordpress plugin that using Dropbox API I wonder do I need the user register their ow开发者_高级运维n cons key/cons secret and put it in the plugin or I\'ve just use my own

I'm currenty developing a wordpress plugin that using Dropbox API

I wonder do I need the user register their ow开发者_高级运维n cons key/cons secret and put it in the plugin or I've just use my own key ?

If I use my own key when release plugin, what should I do to protect the key ?

Thanks for advance !


I think you only need your own key. The user only has to log in using there account. They dont have to create an app and get a key i think? On the question how to protect your key, you should take a look at http://php.net/manual/en/function.hash.php and use "whirlpool". Or maby someone else got a better option?

0

精彩评论

暂无评论...
验证码 换一张
取 消