What is the best method for searching for and reading other users' public feeds? What API_KEYs to use?
I'm using WinInet on Windows to do HTTPS and call the "Search Feeds" and read "Historical Data" APIs. The API docs for both of these say they need an API_KEY.
"Search Feeds" doesn't seem to work if I just supply any old key from one of my devices. I seem to need a Master key with read permission. It also seems to work without a key if I give my login details to InternetConnect, but this doesn't seem like the way to go.
It seems odd to me that with a master key with read permission and no private access, the "Search Feeds" API lists my private feeds.
The list returned by "Search Feed" doesn't give any keys. Is there a way to discover read keys for a particular feed in the list?
I have the feeling I'm missing something!