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

Embed social media feeds into the app #112

Open
n8ebel opened this issue Jan 4, 2019 · 9 comments
Open

Embed social media feeds into the app #112

n8ebel opened this issue Jan 4, 2019 · 9 comments
Assignees

Comments

@n8ebel
Copy link
Collaborator

n8ebel commented Jan 4, 2019

could include a screen(s) in the app that follows certain accounts and/or hashtags related to the event

  • display posts from the conference twitter/Instagram feed

  • display posts with the droidconBos hashtag from Twitter and Instagram

  • allow users to add hashtags to pull content into the feed

  • -allow posting from within the app-

@GiorgioNatili GiorgioNatili added this to the Beta 1 milestone Jan 5, 2019
@sagar-viradiya sagar-viradiya self-assigned this Jan 12, 2019
@sagar-viradiya
Copy link
Collaborator

sagar-viradiya commented Jan 12, 2019

High level thoughts on social integration

  • Feed by default will have content which has droidcon boston hashtag.
  • User can add/remove hashtag they want in feed.
  • Each feed(Twitter and instagram) will have FAB to post anything with droidcon boston hashtag pre-filled in content.

@sagar-viradiya
Copy link
Collaborator

The Twitter search API documentation for embedding hashtag feed.
https://developer.twitter.com/en/docs/tweets/search/overview

@sagar-viradiya
Copy link
Collaborator

sagar-viradiya commented Jan 19, 2019

Documentation on twitter API authentication
https://developer.twitter.com/en/docs/basics/authentication/overview/oauth

We will be using application only authentication. If we go with the standard API then according to this documentation of rate limiting we would get 450 requests per 15 min window.

Rate limit for standard API is defined here

Twitter API authentication we need is documented here

@GiorgioNatili
Copy link
Contributor

@sagar-viradiya I sent an email to my contact in Twitter to see if she can help with the API. In the meantime, I think we can go ahead.

The worst case scenario is paying just for one month the fee. One observation is that we don't want to authenticate the users but instead we want just to consume the feed; the fee for more than 2,500 requests is $699.00 that is a little bit pricy. :|

I will keep you posted on the progress of my conversations.

@sagar-viradiya
Copy link
Collaborator

Thanks, @GiorgioNatili.
We don't need user authentication. I was talking about API authentication. Before querying API, search API needs authentication.

It would be great if we have last year's data about the number of users. Meanwhile, I would be working on planning implementation.

@sagar-viradiya
Copy link
Collaborator

@GiorgioNatili Any update?

@sagar-viradiya
Copy link
Collaborator

sagar-viradiya commented Feb 1, 2019

@GiorgioNatili We have to create developer account also for API key and API secret. To get started I have created a developer account for API key and secret under my twitter account.

More info on how to apply for developer account can be found here

@n8ebel
Copy link
Collaborator Author

n8ebel commented Feb 5, 2019

@GiorgioNatili Any Update from your contact at Twitter?

@sagar-viradiya
Copy link
Collaborator

@GiorgioNatili @n8ebel Thinking of using room for offline support. DB will be single source of truth for data.

@n8ebel n8ebel modified the milestones: Beta 1, Beta Mar 2, 2019
@n8ebel n8ebel removed this from the Beta milestone Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants