-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Inbox access (not notifications) #137
Comments
Luckily for you, it's already been added in da1b10f! Just figuring out some last minute things with not being able to mark read/unread from the API. |
This actually brings up a good question that I would like anyone who has feedback to chime in about! I'll pin this issue and we can talk about surfacing the inbox more in-depth here. As I said in the above message, the Stack Exchange API does not provide a way for client apps to mark an item as read/unread. It does however send state down with each inbox item in an
Would love to hear people's thoughts! |
Three more options: Make them add an API to handle it properly and use it. That's my favorite of course. :-D I wonder that there is no API, the official apps had that functionality, didn't they? Use whatever api call the official web page also uses it possible. Have the unread state not as boolean, but tri-state:
|
Yea the official apps actually had a set of mobile exclusive APIs under
I actually dug into this a little bit and found that the site hits
but I was not able to get it working as I'm sure there are other parameters/headers I'm missing in the request. The last option is interesting! It does make things a little more complicated and I'm sure people will wonder why it has to be that way though...but that is unavoidable and we'll get that with a lot of the options I mentioned as well. |
I'm aware of #120. This issue is about actively looking into the inbox. When authenticating, I have the app permission to access the inbox, but I don't see any way to access the inbox.
It would be nice if there were a way to display the inbox actively.
The text was updated successfully, but these errors were encountered: