开发者

Best way to retrieve Google Bookmarks with IOS

开发者 https://www.devze.com 2023-02-15 15:01 出处:网络
I\'m looking for a way to get and update (= synchronize) Google Bookmarks from an IOS application.开发者_JS百科 Is that doable easily? I used the JS API available in Chrome in the past (in which I had

I'm looking for a way to get and update (= synchronize) Google Bookmarks from an IOS application.开发者_JS百科 Is that doable easily? I used the JS API available in Chrome in the past (in which I had nothing to do almost, at least not the synchronization), so if there is a library for IOS that has the same features I would be even more interested. Thanks!


Google bookmarks can be accessed as an rss feed, that might suit you better than the base html output... try:

https://www.google.com/bookmarks/find?q=&output=rss&num=10000
0

精彩评论

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