how to install the oauth in php

后端 未结 3 1300
孤城傲影
孤城傲影 2021-01-06 14:46

How to install the oauth in php. Can any one provide me the full description, links and all the libraries. I tried from here but I could not understand

I want to acc

3条回答
  •  爱一瞬间的悲伤
    2021-01-06 15:15

    Yup, u need this file php_oauth.dll (windows)

    Put into

    /bin/php[version]/ext
    

    And you need to change php.ini to load oauth (Dynamic Extensions)

    extension=php_oauth.dll
    

提交回复
热议问题