Facebook Event Json Mesage- how can i get it? -
i ask if know how grab facebook event json message. doesnt matter if has happen programatically. want able read message 1 way or another.
thanks in advance.
p.s. maybe awful question here go !!!
i once had code small chunk of code parse json-encapsulated message. found out there's handy solution if use java
resty small, convenient library talk restful services java. it’s surprisingly complex simplest http calls standard java library. resty hopes change that.
http://beders.github.com/resty/resty/overview.html
resty r = new resty(); object name = r.json("http://ws.geonames.org /postalcodelookupjson?postalcode=66780&country=de") .get("postalcodes[0].placename"); just import small jar lib , you'll surprised. use class getting info url api.
Comments
Post a Comment