You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Interesting repo, thank you. I'm retro man who loves to transform some cool repos (programs) onto .NET UWP apps for my old sweet Lumia phones ;)
Please explain to me, how to get accountId value.
I tried to debug this part of your sample:
var snapchatServices = new SnapchatServices("xxx", "xxxxx", "xxxxxxxxxxx"); -- OK
var accountService = snapchatServices.GetService<IAdAccountService>(); - OK
var adAccount = accountService.GetByAccountId("accountId"); -- Exception
Authorization seems to be ok... but after auth nothing want to work... ((((
Also I didn't undestand the meaning of adId, campaignId, etc. :(
Best wishes,
MediaExplorer
The text was updated successfully, but these errors were encountered:
Hi!
Interesting repo, thank you. I'm retro man who loves to transform some cool repos (programs) onto .NET UWP apps for my old sweet Lumia phones ;)
Please explain to me, how to get accountId value.
I tried to debug this part of your sample:
Authorization seems to be ok... but after auth nothing want to work... ((((
Also I didn't undestand the meaning of adId, campaignId, etc. :(
Best wishes,
MediaExplorer
The text was updated successfully, but these errors were encountered: