chadderack
- Activité totale 7
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 2
Commentaires
Activité récente par chadderack-
Thanks . There's some network magic going on there that I'm not qualified to implement. The engineer in me wonders how the Box server (somewhere far away) can resolve the location of a process (o...
-
I'm going to post this as the solution, even though it would be nice to have a way to authenticate to Box using .NET and our own UI widgets.What I did instead of trying to use OAuth2 with the redi...
-
I think the misunderstandings come from people trying to implement a desktop or desktop-like application that can receive an auth code and continue from there.I have a similar open question, but u...
-
This is the part that is flummoxing me--the requirement to provide some sort of web-service endpoint as a callback for the auth service:var config = new BoxConfig("CLIENT_ID", "CLIENT_SECRET", new...