Hi Jeffrey, You can look up the list of events you added via the API itself: http://api.eventful.com/rest/events/search?app_key=test_key&keywords=owner:oceanrockn
That search shows 43 future events added. Note that it takes some time for newly-added events to be listed in search. I also notice that some of your events don't have venues attached. Those would disappear from any location-based search, so that might be why they don't seem to be listed on the website. Before adding venues, you might want to use the /venues/resolve call to find them: http://api.eventful.com/rest/venues/resolve?app_key=test_key&location=Pompano%20Beach%20Branch%20Library http://api.eventful.com/docs/venues/resolve One other note: when you're adding test events or venues, please flag them as private to avoid polluting the live data. Adding privacy=2 to your /events/new and /venues/new calls should do the trick. When searching, you can include private events by making sure you're passing the same user authentication you used for the /new calls. I hope that helps. Let me know if you have any questions. Cheers, Chris Radcliff [email protected] On Feb 1, 2011, at 9:42 PM, Jeffrey Wilson wrote: > I am trying to post a test event: > http://api.eventful.com/rest/venues/new?... > &name=StartupBuys+Test&country=United+States&address=400+Atlantic+Blvd&city=Pompano+Beach®ion=FL&postal_code=33060 > > I am getting a event ID back and can get the details of the event with a GET > event ID, but the event is not showing in on theevenful.com website or on my > user page. It does show that I have posted 42 events, but when I click on > the "events" link, it returns nothing. > > Here is an Event test: E0-001-036659445-3 > And a Venue test: V0-001-004827693-2 > >
