Facebook 事件 Json 消息 - 我怎样才能得到它?
我想问是否有人知道如何获取 facebook 事件 json 消息。是否必须以编程方式发生并不重要。我只是希望能够以一种或另一种方式阅读该消息。
提前致谢。
Ps 也许是一个可怕的问题,但你走了!
I would like to ask if someone know how to grab a facebook event json message. It doesnt matter if it has to happen programatically. I just want to be able to read the message one way or another.
thanks in advance.
P.s. Maybe an awful question but here you go !!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我曾经不得不编写一小段代码来解析 json 封装的消息。然而最近我发现如果你使用 Java 有一个方便的解决方案
http://beders.github.com/Resty/Resty/Overview.html
只需导入一个小 jar 库,您就会感到惊讶。我目前使用此类从 url API 获取信息。
I once had to code a small chunk of code to parse a json-encapsulated message. However recently I found out there's a handy solution for it if you use Java
http://beders.github.com/Resty/Resty/Overview.html
Just import a small jar lib and you'll be surprised. I currently use this class for getting info from url API.