Can any body please give end point to post tweet behalf of user after taking all permissions from user in twitter app? Please give some sample code(Node.js is much better) which will be show you like real developer
You’ll want to use statuses/update to post a Tweet. There are lots of sample applications in our TwitterDev samples gallery, including some in node.
statuses/update
i didnt find anything in php
Really? There are several PHP libraries for the Twitter API, most of which have sample code included.
found and it works thanks. can you help me how to schedule tweets. i have checked tweetdeck but didn’t get any api’s
Can you help me in getting user email id. or is it necessary to whitelist my app
You need to call the account/verify_credentials endpoint after the user is authenticated.
account/verify_credentials
i called but i get screen_name , name etc but not his/her email
i can send you the json file what i am getting from twitter
The email address will only be returned if:
include_email=true
But how can we set permission. Twitter has given checkbox to access email id. and i have seen my twitter api it’s include_email=true is correect. So are you telling me to change my code where i can add include_email=true parameter