问题描述
火狐4同步书签等设置,由Mozilla运行的主机。
Firefox 4 syncs bookmarks and other settings to a host run by mozilla.
- 我如何访问我的书签有(无火狐)?
- 是否有文件API?
这似乎https://developer.mozilla.org/en/Firefox_Sync应该包含neccessary文档,但除了第一点空页的所有链接。
It seems https://developer.mozilla.org/en/Firefox_Sync should contain the neccessary documentation but all links except the first point to empty pages.
我发现了一个叫weave.py这里的脚本https://github.com/mozilla/weaveclient-python/blob/master/weave.py是应该能够访问这些书签,但它是无法使用我的凭据。这似乎期望的用户名没有@字符。
I found a script called weave.py here https://github.com/mozilla/weaveclient-python/blob/master/weave.py that is supposed to be able to access those bookmarks but it is unable to use my credentials. It seems to expect usernames without "@" characters.
有没有关于如何访问火狐同步数据的任何文档在那里。 preferably举例。
Is there any documentation out there on how to access Firefox sync data. Preferably with examples.
现在,我甚至不知道的入口点这个所谓的Web服务。
Right now I don't even know the entry point to this supposed web service.
当我去我可以改变我的密码和presumably删除一切
When I go to https://services.mozilla.com/ I can change my password and presumably remove everything.
推荐答案
如果你看一下,我认为这是你想要的文件。更多详细信息在。
If you look at https://wiki.mozilla.org/Services/Sync, I think that's the documentation you want. More detail is at https://wiki.mozilla.org/Labs/Weave/Sync/1.1/API.
这篇关于如何访问Firefox的书签同步Firefox的无的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!