PDA

View Full Version : Twitter API and OAuth


AndrewSimm
07-24-2013, 07:04 AM
Before twitter decided to retire their API I was able to use a simple twitter widget, add some css and replace the username in the widget with a custom field to allow this to be different on each profile. How is this suppose to be done now since the username is no longer in the code. I have read about oAuth but it still looks like it is authorizing one account.

Ideas?

AndrewSimm
09-01-2013, 03:15 PM
bump bump bump

B-runner
09-05-2013, 04:14 AM
If I understand your issue, I think what you have to do is sign up for a twitter account and then go to: https://twitter.com/settings/widgets

From there you can create a new widget for each twitter profile.

AndrewSimm
09-05-2013, 07:33 AM
If I understand your issue, I think what you have to do is sign up for a twitter account and then go to: https://twitter.com/settings/widgets

From there you can create a new widget for each twitter profile.

I am trying to avoid that. I want to store the widget in a template and have the username pulled from a custom field. I had this working until they changed their API.

Zachery
09-05-2013, 07:51 AM
What exactly do you want to do?

AndrewSimm
09-06-2013, 06:53 AM
I have a mod that allows me to create a custom field. Before the updated API I could take a twitter widget which had the username to display in the widget and but that widget in the template with the username being replaced by the field. WIth their new widgets and API I don't see how I can do that,