
pgoldweic
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by pgoldweic-
pgoldweic commented,
Just wanted to bring up the fact that it would be great if the filtering that the API allows was a little more sophisticated. Currently, the filtering only compares the string you supply against a...
-
pgoldweic commented,
OK, I figured this out already. I had imagined that Box would be 'smart' enough to figure out the address of my hostname when using 'localhost' in the redirectURI, but this is obviously not what h...
-
pgoldweic created a post,
how does the first leg of Oauth work when using 'http://localhost/blah' in the app's redirect uri?
AnsweredI am just starting to develop a first Box (administrative) app, and would like to obtain a first authorization code for an admin user. When I use 'http://localhost' as the redirect url in the app'...
-
pgoldweic created a post,
Latest Java sdk and Oauth: are 'refresh' tokens refreshed automatically?
AnsweredHi,From reading the Javadocs I gather that, by obtaining an authorization code on behalf of a user (in my case an admin), then creating a BoxAPIConnection(clientid, clientSecret), and finally call...