Reputation: 25
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.
Upvotes: 1
Views: 364
Reputation: 1982
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.
Upvotes: 1