E
E
Emoyshen2019-02-11 16:20:08
C++ / C#
Emoyshen, 2019-02-11 16:20:08

C# - How to display VK groups in an application?

Question.
How to display the news feed of the VK group in the Windows.Form application?
Using TextBox or WebBrowser, or some other components, I saw more than once that in applications there were similar windows in which there was a group name, post text, picture, date and other little things, it was only possible to scroll through this feed and go to the group by click on the title.
Various solutions to my question are welcome.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2019-02-18
@Emoyshen

Hello!
You need to contact the VKontakte API. For .NET, there is a good library for working with the VK API: https://github.com/virtyaluk/InTouch
1) Pass authorization (example on github)
2) Make a community feed request - wall.get method (InTouch.Wall.Get)
Display data, for example, through a ListBox.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question