-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitter! #23
Comments
@NataliItzhak - from the talk with Mushon today this is what we need for the preprelaunch:
@orpgol - please make sure I wrote the technical stuff correctly... ;) |
@NataliItzhak if you need help getting the Twitter API working, please ping me. Basically, you'll need to create a new application on twitter under your username, and use the v1.1 REST API https://dev.twitter.com/docs/api/1.1 to send tweets from your extension |
@NataliItzhak This is a response to your email, please try to keep this thread in a single place (i.e. here.) There are several things you need to do for twitter integration:
Make sure you read all relevant documentation on the twitter dev portal, as it explains in detail everything you need to know about connecting your extension with Twitter. If you are stuck on a specific issue, please let me know, and make sure to explain where you are in the process and what exactly you are stuck on. |
hi @yuvadm, i'm trying to get the tweeter to work, as i understood i need a php/server-side file that pulls the tweets for me and pushes them back to me... |
@orpgol Well, you don't necessarily need a backend, let's try to avoid it if possible. What exactly is the flow for twitter? |
@yuvadm by flow you mean steps to connect?, i found only examples dating before 2013 (when the api was changed). |
By flow I mean explain in simple words how your extension is supposed to use twitter. Does it only update your main twitter account? Should it tweet on behalf of the user's existing twitter account? Do you also expect to read timelines, and not just post tweets? |
the extension should read the main account's tweets and post them, it should also be able to post tweets. |
build a skeleton for how the twitting will work, API for sending auto twits, and building automatic messeges from user interaction
The text was updated successfully, but these errors were encountered: