-1
任何人都可以告訴我如何在CakePHP中集成UnSplash API。CakePHP中的Unsplash API集成
我已經下載了lib並將其粘貼到供應商文件夾中。但進一步請建議任何一個。
我已經從https://github.com/unsplash/unsplash-php下載了lib參考。
任何人都可以告訴我如何在CakePHP中集成UnSplash API。CakePHP中的Unsplash API集成
我已經下載了lib並將其粘貼到供應商文件夾中。但進一步請建議任何一個。
我已經從https://github.com/unsplash/unsplash-php下載了lib參考。
根據unsplash的文檔。如果你只想得到圖像,那麼不需要使用unsplash認證。您可以打API與應用程序ID這樣的後伊斯利獲得的圖像:
https://api.unsplash.com/photos/?client_id=YOUR_APPLICATION_ID
所以,如果有人想實現對獲取圖像只有開發者可以像這樣訪問API搜索:
https://api.unsplash.com/search/photos?page=1&query=office&client_id=YOUR_APPLICATION_ID
藉此,您可以輕鬆獲取圖像並且無需授權。此外,如果你想使用更多的功能,那麼你可以使用特定的非飛濺用戶的身份驗證。