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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.