Skip to main content

Questions tagged [write-access]

Questions about API methods that add or modify content on Stack Exchange sites. These methods must be invoked via HTTP POST.

Filter by
Sorted by
Tagged with
0 votes
0 answers
65 views

I created this question to get an access token with write access.
wchistow's user avatar
  • 141
0 votes
1 answer
247 views

I'm trying to call a PUT/DELETE request using the Stack Overflow Teams API in Python, but I'm encountering errors. As an FYI, I have a working PAT that allows me to make get requests for articles and ...
Shadae's user avatar
  • 1
1 vote
1 answer
180 views

I'm trying to scrape some data which needs the access token, and I received 'Applications must have a registered Stack Apps post to write' Does that mean I need to post a question on Stack Exchange ...
StarRiver's user avatar
0 votes
1 answer
109 views

I think this Stack Apps post is required to gain write access to the API.
animatedgif's user avatar
3 votes
0 answers
152 views

I'm trying to integrate the Stack Exchange API into my web app so I can fetch all posts as well as I can post answer or comments on them. I have successfully got access_token for no_expiry and ...
Saisandeep Sanku's user avatar
2 votes
1 answer
109 views

I'm currently writing an app using the Stack Exchange API. Today I wanted to rework the login component, but after signing in I get the following message: Application must have a registered Stack ...
Norbert Bartko's user avatar
2 votes
1 answer
276 views

Here is my app's code: However, I get this error:
Никита Башенко's user avatar
3 votes
1 answer
274 views

I'm trying to integrate the Stack Exchange API into my web app so I can fetch all posts as well as I can post answer or comments on them. I have successfully got access_token for no_expiry and ...
Anshul Tyagi's user avatar
2 votes
1 answer
83 views

The documentation about write access states: The application responsible for creating content via the API may be indicated with a link to an app's Stack Apps post. The exact manner of display is ...
Glorfindel's user avatar
  • 6,792
6 votes
1 answer
134 views

Registering your application as a Stack Apps app is necessary in order to obtain a higher request quota, authentication and write access to the API. What happens if the question is closed because of ...
Glorfindel's user avatar
  • 6,792
1 vote
1 answer
60 views

I was wondering if I'm allowed to pass a filter to methods that use write access? Like for example /answers/{id}/accept. There is no "filter" parameter, and changing the filter doesn't seem to change ...
Rakete1111's user avatar
3 votes
1 answer
139 views

I am editing the tags of a question via the API, and to do that you have to pass the body and title etc. I can get the Markdown or HTML from the API but I can't see how to send it back formatted ...
Tim's user avatar
  • 581
1 vote
0 answers
121 views

I am trying to learn a step by step approach for posting questions and answers on stackoverflow.com using the Stack Exchange API. Could someone help me with this?
Anand Kamathi's user avatar
3 votes
1 answer
590 views

Update This expression will evaluate to show the cause. The only requirement is an emacs with url. As you can see, the result from using curl and that from using the url package is different. ...
Sean Allred's user avatar
2 votes
1 answer
111 views

I have created an application for testing write-access APIs. After registration, I can successfully retrieve an access token by hitting the URL: https://stackexchange.com/oauth/dialog?client_id=3973&...
user2621858's user avatar
2 votes
1 answer
341 views

I am providing an application (windows application), This application can search in the stackoverflow and show results. Then User can write answer for that Question or write comment for that, Now my ...
hesam's user avatar
  • 31
4 votes
1 answer
67 views

I would like to be able to have my application make a request to the Stack Exchange API to favorite a question for the current user. The API specifies that this can be done via: /2.2/questions/{id}/...
Emmett's user avatar
  • 43
4 votes
0 answers
101 views

Especially in light of the Flatiron School using the Stack Exchange API* as a part of a student-created program, it'd be useful if you could use write methods without the required Stack Apps post so ...
Tim Stone's user avatar
  • 4,666
4 votes
0 answers
106 views

I'm playing with the write API, and I'd like to simply retag a question. This is the code I have so far: $editURL = 'https://api.stackexchange.com/2.2/questions/' . $question->{"question_id"} . '/...
user avatar
2 votes
1 answer
73 views

I'm making an app that supports editing questions. Should HTML or Markdown source be passed to the body parameter of /questions/{id}/edit?
user avatar
2 votes
1 answer
106 views

Background I would like to create an app for general Stack Overflow browsing to improve upon the UI. One of the things that I am targeting is the lack of certain options in the close dialog. I ...
CrazyCasta's user avatar
10 votes
0 answers
279 views

While troubleshooting /posts/{id}/comments/add in order to answer Why am I getting a 404 when trying to post a comment?, it was noticed that the API path in question only responded to POST requests. ...
michaelb958--GoFundMonica's user avatar
2 votes
1 answer
80 views

It's been a while since I was last here. Is there any news on further updates to the API? (I'm specifically thinking about adding more write methods.)
Jonathan.'s user avatar
  • 3,118
0 votes
1 answer
129 views

Over the weekend, I attended an NHS "Hackday" where we tried to solve a problem one of the junior doctors brought. We hacked together a stack exchange alternative for medical doctors to ask questions. ...
JonJ's user avatar
  • 1
0 votes
1 answer
128 views

I am trying to test post comment with the following URL https://api.stackexchange.com/2.1/posts/10305691/comments/add?key=HIDDEN&access_token=HIDDEN&site=stackoverflow&preview=true&...
Prasanna's user avatar
  • 348
1 vote
1 answer
77 views

Can I post answers via an app using the API, is it possible? And if so, what are the limitations; linked with the reputation of users? So if someone has 1 reputation he can also post answers, like a ...
sumeet kumar's user avatar
2 votes
2 answers
140 views

Assuming I've created an app that authenticates the user against api-v2, is there a method to get a token or cookie that I can pass to a browser instance set to load a stack exchange site that will ...
Adam Davis's user avatar
  • 2,233
4 votes
1 answer
98 views

I am planning on building a client for the Stack Exchange Sites, but it seems you cannot post any information via the API yet. Is this going to happen at any time soon? It seems a pain to force users ...
Chris Barry's user avatar
30 votes
1 answer
1k views

As has been announced on the blog, we're rolling out a minor revision of our existing read-only API. While the blog post gives some high level details, I figured [app] developers would appreciate some ...
Kevin Montrose's user avatar
24 votes
1 answer
402 views

Having read through come of the questions on here it's my understanding that v 1.0 of the API is for read-only access to real-time data, pretty much what's available in the data dump. Write support is ...
Josh's user avatar
  • 563
2 votes
2 answers
234 views

I understand some of the use-cases for write-access in v2 of the API -- primarily to enable full access to StackExchange sites without a web browser. And I'm sure it will be a hit for people who want ...
Mark Rushakoff's user avatar