Comments
-
woganmay - you should be able to create a cleint id and secret. You do need admin permission. Do you have mroe detail on the problem or error you get back?
-
Hi Gitzman, We are working on some new capabilities to help with this. I am talking to the dev team today about your issue to see if it would be worth looking at your problem in more detail before the new additions come out in a few weeks.
-
Here is the code I use (that works) to update a user with a "put" command in .net try { accessToken = Session["oauthtoken"].ToString(); client = new WebClient(); client.Headers.Add("Content-Type: application/json"); client.Headers.Add("Accept: application/json"); client.Headers.Add("Authorization: bearer "+accessToken);…
-
Thanks for the suggestion. I just talked to Aaron who is over this part of the product and he might jump in but we are definitely including the ability to add /giphy and we use them all the time. I captured a little of our buzz conversation and included it below for reference.
-
I'm not sure I understand the question but I'll give it a shot. Here is what we have. To get the schema or the "column names" you call the API Get DataSet MetaData. To get the actual data you call the API Pull Data. Both of these only return CSV format for now. We can look at adding a JSON format in the future. Perhaps you…
-
We don't have a dummy account available yet. We are working on getting those setup so you have a "sandbox" to work in.
-
This is awesome. Thanks for sharing. I am in close contact with the API owners so if you have issues let me know.
-
This feature is in beta now. It allows you to set globally the week display to be week # or start of week date.