Question

I have download the Eventbrite API code for the PHP. I have successfully made the connection with the Eventbrite using API code but i am not able to retrieve user data yet.

So kindly help me to do so.

Était-ce utile?

La solution

Make sure that you have initialized the API client with your user's authentication tokens in order to access private user data.

The user_list_events() method should provide all of the event content from the authenticated user account.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top