Add a new venue to the database. You must pass authentication parameters for this function.
api_key (Required)
Your API application key. If you don't have one,
create one.
token (Required)
An authentication token. (
What's this?)
venuename (Required)
The name of the venue.
venueaddress (Required)
The name of the venue.
venuecity (Required)
The name of the venue.
metro_id (Numeric,required if no location )
The metro_id of the venue. To get a metro_id, try the metro.* series of functions.
location (Required if no metro_id)
Location parameter accepts comma separated address fields and adds the venue based on your input.
venuezip (Optional)
The venue's Zip Code or equivalent.
venuephone (Optional)
The venue's phone number.
venueurl (Optional)
The url of the venue's website (if any).
venuedescription (Optional)
A textual description of the venue.
private (1 or 0, Optional, Defaults to 0)
A flag indicating whether the venue should be public (0), or shown only to your friends (1).