Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

AccessDenied #14

Open
eopens opened this issue Feb 9, 2016 · 0 comments
Open

AccessDenied #14

eopens opened this issue Feb 9, 2016 · 0 comments

Comments

@eopens
Copy link

eopens commented Feb 9, 2016

День добрый,
Занимаюсь разработкой под WinPhone с использованием Вашего SDK.
Формирую запрос:
VKRequest.Dispatch<VKList<VKAudio»(new VKRequestParameters("audio.get", "owner_id", "77625922"), (result) =>
{

textBox1.Text = result.ResultCode.ToString();

//audioView.ItemsSource = result.Data.items;

});

Почему в textBox1 попадает AudioAccessDenied? Я вроде бы разрешил использование приложению моих аудиозаписей, и вот почему то не могу получить к ним доступ! Или я что то делаю не так? Не могли бы пояснить, что именно не правильно?

MainPage() имеет следующий код:
{
this.InitializeComponent();
VKSDK.Initialize("5271148");
VKSDK.WakeUpSession();

VKSDK.Authorize(_scope, false, false);
//////////

LoginType.VKApp в VKSDK.Authorize я пробывал указывать оба варианта, так же не работает.
Заранее спасибо!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant