Hi Rajesh,
You need to use api.eventful.com instead of just eventful.com. To
access an RSS feed from the API, you pass the same parameters to the
API method and add your application key:
http://api.eventful.com/rest/events/rss?app_key={your api
key
}&page_size
=15&sort_order=Date&within=25&units=miles&display=Medium&q=&l=San
%20Francisco&t=Today&c=
Let me know if you have any questions.
Cheers,
Chris Radcliff
Eventful, Inc.
[EMAIL PROTECTED]
On Feb 13, 2008, at 2:19 PM, Rajesh wrote:
Hi developer team,
I am using following String to get the response...I am getting
redirected to scrapers page..Please let me know what is wrong in
below URL..It is asking me to subsitute by correct url.
String urlStr ="http://eventful.com/rss/events?page_size=15&sort_order=Date&within=25&units=miles&display=Medium&q=&l=San%20Francisco&t=Today&c=
";
Thanks in advance.
Rajesh