Hai everybody,

I need help to import evenbrite event import to my applications. i did this way.

but event fetching is fine.

  `

 token = Eventbrite.prototype.data.getAccessToken();
   Eventbrite({'app_key':'*******',access_token:token}, function(eb_client)
   {

  eb_client.user_list_events( {}, function(response)
   {
  var events = new Array();
       }
      });

`
but i want to something like this way. https://www.smore.com/app/pages/new?ref=discovery.

anybody plz help me.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.