开发者

Does Google's GData Picasa API and OAuth work using C#?

开发者 https://www.devze.com 2022-12-25 04:13 出处:网络
Does Google\'s GData PicasaAPI and OAuth work using C#?If so, can someone post how to set the OAuthToken and then make calls using the PicasaService?I am able to get开发者_运维百科 all the way to crea

Does Google's GData Picasa API and OAuth work using C#? If so, can someone post how to set the OAuthToken and then make calls using the PicasaService? I am able to get开发者_运维百科 all the way to creating an oauth_token but cannot figure out how to set this value in the GData API and succesfully make calls. Thanks.


So, the GData API is a REST-ful XML/JSON based mechanism... there is a C# client library for GData, but if the client library doesn't support a particular feature, there is no reason that you couldn't manually construct the HTTP queries necessary to perform an operation that is supported by GData but not the client library.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号