Skip to content
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

pull twitter account details on creation and syn followers and following users #7

Open
mo-mughrabi opened this issue Dec 15, 2013 · 1 comment
Assignees

Comments

@mo-mughrabi
Copy link
Owner

I did an initial model schema for twitter models.py, now we need to work around them, you might need to add extra fields if you needed. but, i think this should be enough for now

for now, you can create a signal that would populate the twitter.models.account model with a new user, details, twitter screen name, and most importantly access token and secret token. Keep in mind, that if you already authenticated with twtitter once, it won't return secret token again,

you have to login to your twitter account and revoke the app access from your setting and then try again, it will return the secret key

once this is done, then you need to create a task that uses celery to retrieve details of all followers and following

let me know if you have any questions

@mariusz-kosakowski
Copy link
Collaborator

@mo-mughrabi I'm a little confused so please tell me if I understand...
I have to work on twitter.models - based on the model to create a view and part of the presentation through which I can log into my twitter account?

Please explain to me, because I do not fully understand exactly what I do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants