WeChat Mini Programs can't call Douban API?

I fork a project from github, which is a WeChat Mini Programs who calls Douban API to obtain data. When I fork to the local area, I find that it cannot be opened normally. Network returns 403 because there is no Douban api permission.
I just went to Douban to apply for permission, but found that the page has stopped applying, does that mean I can"t call Douban api? Is there any other way?
and why do I need to apply for permission when I fork other people"s projects?


cannot be opened locally. There are two possibilities.
the first is that you did not add this API. to Wechat backstage

clipboard.png
when calling API, the backend needs to fill in a configuration URL before you can call the contents of this URL, and then display

in Mini Program.

the second reason is that Douban may be closed or changed its API address, and then it can't be used.


Douban (or Wechat? ) recently blocked WeChat Mini Programs's call to the API


Douban now closes the application page, but you can still get the data, but you just can't call Douban api directly to get the data. You can try Sina Weibo's api, or Github's api,. It may be Douban that blocked WeChat Mini Programs. It's also possible that Wechat blocked Douban


I didn't get a reply to my email application


I provided a configured server (including problems and solutions), which can be tried for free. But I hope you don't abuse https://github.com/zce/douban.
. This is the interface I used in the Douban movie example. https://github.com/zce/weapp-.


Thank you very much for sharing

.
Menu