网站间数据交换查询
所有,
我制作了自己的网站,用户在其中输入他/她的地址。根据该地址,我将相同的信息发送到各个网站,例如 Foursquare、yelp,以查找有关该社区的所有信息。我应该如何从技术上实现此功能?这可能是一个广泛的问题,但我确实没有从事此类开发任务的经验。
All,
I have made my own website where the user enters his/her address. Based on the address, I am sending across the same information to various sites such as Foursquare, yelp to find all the information about the neighborhood. How should I go about technically implementing this feature(s)? This might be a broad question, but I really don't have en exp working on such development tasks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以生成 xml 文件以在网站之间交换文本。twitter
使用 json,即使您也可以使用它。网上有很多教程
JSON 入门
xml files can be generated to exchange text between websites..
twitter uses json, even you can use that.. there are plenty of tutorials online
JSON Primer