D
D
demoded2011-06-23 08:27:31
C++ / C#
demoded, 2011-06-23 08:27:31

Write a login to a site on Wordpress in C#

I have never been involved in the web, I don’t even know what technologies to read ...
I want to log into the admin panel of my blog and write news.
I can roughly imagine how this happens at the HTTP GET / POST level, but maybe there are more convenient libraries?
Links to sources are very welcome.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrewus, 2011-06-23
@Andrewus

XML-RPC to the rescue.
codex.wordpress.org/XML-RPC_Support

T
Timur Shemsedinov, 2011-06-23
@MarcusAurelius

Before you mix WordPress with C # th, you will answer yourself the following questions:
- Is it possible to get by with the existing functionality of WordPress?
- Maybe there are some ready-made WordPress plugins?
Why not write it in native WordPress php?
Then there will be problems, you will need PHP hosting on IIS or Apache under Windows, in general, this is not a typical environment, you will need to configure your own, and you will not be able to use regular hosting. Mixing technologies and languages ​​is always a crutch.

D
demoded, 2011-06-23
@demoded

- I use what I have, one article is going to take about an hour (look at my d400.ru). and this despite the fact that I actively use macros in Notepad ++
- there are definitely no plugins, completely my own decision.
- writing in php is also an option, but you need to upload photos from a folder on your local computer.
I didn’t understand a little why PHP and Apache are needed if I already have a hosting site and everything works fine there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question