0
votes
0answers
33 views

indexing Json and Atom from googleapi and twitterapi in solr

I am an intern building a search engine for my company. This search engine should search for data using different APIs in addition to a web crawler and then index the returned data. I thought about ...
0
votes
0answers
114 views

How can I use Activity Streams in my application. When are they most useful? [closed]

I might come across as a complete noob asking this. I have been reading about Activity Streams (more info on activitystrea.ms) and how they can soon become the de facto protocol for creating and ...
1
vote
0answers
68 views

Changing XML to JSON in PHP

My site was pulling in a shopping API, using XML, and I'd like to switch it to the Google Shopping API, which uses JSON or Atom. I can't seem to work out how to get the following to work in JSON or ...
0
votes
1answer
123 views

Summary of OData standard for a minimal, read-only implementation

The OData specification is long. Even the "OData Core" document is pretty long. So, how about a condensed summary of what a read-only OData publisher needs to implement at a minimum?
0
votes
1answer
91 views

OData Standard element names

I've been looking into the OData standard and would like to update my services to provide this standard and to consume it. I know that for the XML, it uses the ATOM XML standard so the names of the ...
2
votes
2answers
275 views

How to disable content negotiation and always return JSON from WCF data service?

Let's say I have a northwind database and I use ADO.NET Entity Data Model which I automatically generate from the tables in database. Then I add a new WCF data service that inherits from DataService. ...
2
votes
3answers
789 views

What is the best way to generate an atom or rss feed in node.js application

I'm trying to add newsfeeds to an node.js application using express.js and I can't find a painless way to take a json model and turn it into an atom or rss feed. Best solutions i've come up with is ...
4
votes
1answer
2k views

Can I get feed data from Google Reader as JSON?

For the unofficial Google Reader API, I can get all items for a feed in the Atom format. Are they also available in the JSON format?
0
votes
1answer
257 views

Accesing facebook data via RSS or JSON is possible?

is any way to access the list of links publicated by my friends on facebook via RSS or Json (or any other standard format) ?? What information from my friends feeds on facebook can be access in ...
0
votes
2answers
269 views

Would anyone tell me how to fetch the media:thumb element's attribute from a json feed?

I made a yahoo pipe that pulls up the atoms as json format; however, I can fetch and display all the elements in my html page except for the element's attribute. Would anyone tell me how to fetch ...
2
votes
2answers
201 views

Which of these data formats requires the least bandwidth?

What from xml, json, rss, atom format will generate less traffic?