oauth - vb.net example to get google contacts using dotnetopenauth? -


i've read posts here , found c# examples i'm unable transfer them vb.net :-( when translate oauthconsumer example dotnetopenauth following error message:

'dotnetopenauth.applicationblock.inmemorytokenmanager' not accessible in context because 'friend'.

in line:

private readonly property tokenmanager() inmemorytokenmanager

is there anywhere working example vb.net? i've managed use openid dotnetopenauth authenticate google i'm stuck reading contacts... many in advance!!

the applicationblock source distribution in .zip file can copy , paste bits of directly own project, in case friend class should work fine.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -