简体   繁体   English

ASP.NET 3.5 Facebook iframe应用程序库或示例有效吗? 专门标记照片

[英]ASP.NET 3.5 Facebook iframe application Library or Samples that work? Specifically tagging photos

Brief version: I am looking for an example or a decent library that will run on .NET 3.5 for uploading and tagging images in an iframe web application for facebook 简要版:我正在寻找一个示例或一个可以在.NET 3.5上运行的体面的库,用于在iframe Web应用程序中为Facebook上传和标记图像

I have tried several libraries and code samples. 我已经尝试了几个库和代码示例。 I have brute-forced through various iterations and attempts at configuring various requests. 我经过各种迭代并尝试配置各种请求。 I can achieve working versions of what I want to do in PHP as well as .NET 4.0 but unfortunately I need this to work in .NET 3.5 我可以实现要在PHP以及.NET 4.0中执行的工作版本,但不幸的是,我需要此版本才能在.NET 3.5中工作

I have tried using a couple of development toolkits (one from MS and one that came as a VSI for Visual Studio) as well as just using the facebook.dll and facebookweb.dll with raw code. 我尝试使用了两个开发工具包(一个来自MS,另一个是作为Visual Studio的VSI来的),以及仅使用了带原始代码的facebook.dll和facebookweb.dll。 My closest iteration involved me being able to create an album and upload photos to it but I am unable to tag because Facebook expects a certain ID and this ID causes the older dll's to crash. 我最接近的迭代涉及我能够创建相册并向其中上传照片,但是我无法标记,因为Facebook需要特定的ID,并且此ID会导致较旧的dll崩溃。

I can go into specifics but I have over a dozen projects each with a small stumbling block somewhere (one won't list photos in the albums, one won't produce an authkey that Facebook will accept for tagging, etc). 我可以详细介绍一下,但是我有十几个项目,每个项目的某个地方都有一个小绊脚石(一个不会在相册中列出照片,一个不会产生Facebook可以接受用于标记的authkey等)。 I have tried straight graph requests, but when I take a working url from Facebook's generator it fails from my code (though it works in the .NET 4.0version) 我已经尝试过直接图请求,但是当我从Facebook的生成器中获取有效的网址时,我的代码失败了(尽管它在.NET 4.0版本中有效)

I am tearing my hair out. 我正在撕头发。 Does anyone have any tips, or information - does this even work with any 3.5 libraries? 任何人都没有任何提示或信息-甚至可以与任何3.5库一起使用吗? Any help is appreciated. 任何帮助表示赞赏。

我发现Facebook Graph Toolkit http://computerbeacon.net/具有.NET 3.5编译可用,这是我的救星。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM