You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: