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

Integrate with photo service? #38

Open
bobbyrne01 opened this issue Jun 2, 2014 · 3 comments
Open

Integrate with photo service? #38

bobbyrne01 opened this issue Jun 2, 2014 · 3 comments
Labels
Milestone

Comments

@bobbyrne01
Copy link
Member

@dillbyrne what do you think about implementing something like this? Any services you think might be good?
I like the flickr option because our app would be listed on flickr, a way of generating traffic.

flickr

https://www.flickr.com/services/apps/about/
"The App Garden is a place where developers can showcase the applications they've created and where you can find new ways to explore Flickr."
Candidate API, using a valid api key, services/api/flickr.interestingness.getList

  1. Get a photo list

    https://api.flickr.com/services/rest/?method=flickr.interestingness.getList&api_key=0c1cd5ed45e07e03fbdf0d81d5e19914&format=json&nojsoncallback=1&api_sig=d7997f60d035c977cf590bbc8cf22cb8

  2. Get url of each returned photo, and use largest size in game

    https://api.flickr.com/services/rest/?method=flickr.photos.getSizes&api_key=0c1cd5ed45e07e03fbdf0d81d5e19914&photo_id=14197526038&format=json&nojsoncallback=1&api_sig=e8706bd89844b11d8855b91148b2ce8a

imgur

https://api.imgur.com/
imgur offer an api but no 'app market'

@bobbyrne01 bobbyrne01 added this to the v1.1 milestone Jun 2, 2014
@dillbyrne
Copy link
Member

@bobbyrne01 Its a good idea . We would have to look into the traffic limits on google app engine in that case.

I have no particular preference as to which service(s) to add

@bobbyrne01
Copy link
Member Author

Yeah traffic limits will always be a concern as popularity grows.

We've plenty of room for traffic on app engine, we're using 0% of our free quota currently and billing is disabled in case we ever go over limits.

@dillbyrne
Copy link
Member

@bobbyrne01 Cool. Well then we could look at integrating the flickr api at some point as you seem to have a preference for that one

@bobbyrne01 bobbyrne01 modified the milestones: v1.2, v1.1 Nov 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants