Rails Twitter API Retrieved Values in DB

Asked 2 years ago, Updated 2 years ago, 72 views

We are currently creating the Rails app.

I am using Twitter API to retrieve user information, but I would like to save the returned result in DB after pressing a button such as user save it. Is it possible to implement it?(I'm thinking of saving my screen name)

image diagram

ruby-on-rails webapi

2022-09-29 21:22

1 Answers

  • Technically, it can be implemented.Any data that comes to the app can be passed to other services, such as databases, as long as it is properly processed.
  • I can't say anything about a more specific implementation because the question doesn't include a specific implementation.Could you please submit a separate question along with the code for specific issues?


2022-09-29 21:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.