Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm new to the YouTube API. It's easy to get the subscribers of a channel via Youtube API.
But is there a way to get the subscribers of a channel with country information?
Thank you for your reply.
You can definitely do so by using Analytics API
For available reports, you can check 'https://developers.google.com/youtube/analytics/v1/available_reports#Channel_Reports'
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
The docs for pubsubhubbub are not very good nor are they updated. Is there any good source to get help with setting it up? New to this, so any help is greatly appreciated.
The YouTube API(v3) has a documentation specific to "PubSubHubbub". You can refer to this site. From there, you will be redirected to an open, simple, web-scale decentralize pubsub protocol published by github.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there suppose to be a Flickr API (provided by Flickr)?
If not, i see a couple of flickr "kits" on GitHub (objectiveflickr and flickrkit).
Which is preferred?
Or maybe it is better to just write my own custom routine (all i need to do is authenticate (if required) and upload an image)?
Your thoughts appreciated.
Their website lists APIs.
https://www.flickr.com/services/api/
First hit on Google for Flickr API.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a google API for displaying list of all countries in the world and also an API for displaying list of all states in US? I know of an autocompleter api (https://maps.googleapis.com/maps/api/place/autocomplete/json?sensor=false&key=&input= ) to display places but not specific only to countries and US states
There are a lot of ressources for this kind of data, e.g. fusionTables:
countries: https://www.google.com/fusiontables/DataSource?docid=12e2VhiXyMzHWDl6aponObHH_gvlMDoac9RTrcJ0#map:id=6
US-states: https://www.google.com/fusiontables/data?docid=1bkBD2aQ_OxPZxFQ-KD2l5-2Th5S-J0voBSmd_OI#map:id=20
The data may be requested via AJAX, see https://developers.google.com/fusiontables/docs/v1/sql-reference
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'd like to add simple Tumblr posting to my iOS app. Is there a drop-in API (preferably made directly by Tumblr) that I can use to do this?
You mean like: http://www.tumblr.com/docs/en/api/v2 ???
Here is the direct link to how to post a text posting, which also shows what the JSON formatted responses should look like.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there any working IMAP client library implemented in Erlang which can query IMAP servers?
erlmail easily found on google
there is another one erlimap. But work is in progress.