为什么auth_key参数为空?

发布于 2024-08-06 19:18:52 字数 1291 浏览 2 评论 0原文

我创建了一个基于 Flex 的应用程序并将其上传到 vkontakte。由于某种原因,auth-key 参数(在 flash 变量中)为空,这是怎么回事?

这是该应用程序的链接

编辑:

这是我在网站内的应用程序标签:

<embed width="607" height="590" flashvars="api_id=1549899&amp;viewer_id=47745507&
amp;viewer_type=2&amp;user_id=47745507&amp;group_id=0&amp;is_app_user=1&amp;
auth_key=&amp;language=3" allowscriptaccess="never" allownetworking="internal"
allowfullscreen="true"
quality="high" name="player" id="player" style="" src="http://cs1830.vkontakte.ru  
/u47745507/13de6ae4d52c69.zip" type="application/x-shockwave-flash"/>

这是网站内的其他应用程序标签:

<embed width="607" height="570" flashvars="api_id=1457219&amp;viewer_id=47745507&
amp;viewer_type=0&amp;user_id=0&amp;group_id=0&amp;is_app_user=1&
amp;auth_key=2a3d8454de9f7a7ada0750050e686b01&amp;language=3" allowscriptaccess="never" 
allownetworking="all" allowfullscreen="true" quality="high" name="player" id="player" 
style="" src="http://cs4232.vkontakte.ru/u1304144/c1fd79dcbe47ec.zip" 
type="application/x-shockwave-flash"/>

I've created a flex-based application and uploaded it to vkontakte. For some reason the auth-key parameter (at the flash vars) is empty, how come?

Here is a link to the application.

EDIT:

Here is my application tag inside the site:

<embed width="607" height="590" flashvars="api_id=1549899&viewer_id=47745507&
amp;viewer_type=2&user_id=47745507&group_id=0&is_app_user=1&
auth_key=&language=3" allowscriptaccess="never" allownetworking="internal"
allowfullscreen="true"
quality="high" name="player" id="player" style="" src="http://cs1830.vkontakte.ru  
/u47745507/13de6ae4d52c69.zip" type="application/x-shockwave-flash"/>

Here is other application tag inside the site:

<embed width="607" height="570" flashvars="api_id=1457219&viewer_id=47745507&
amp;viewer_type=0&user_id=0&group_id=0&is_app_user=1&
amp;auth_key=2a3d8454de9f7a7ada0750050e686b01&language=3" allowscriptaccess="never" 
allownetworking="all" allowfullscreen="true" quality="high" name="player" id="player" 
style="" src="http://cs4232.vkontakte.ru/u1304144/c1fd79dcbe47ec.zip" 
type="application/x-shockwave-flash"/>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉薄对峙 2024-08-13 19:18:52

编辑应用程序设置时,您必须在“付款”选项卡中“付款”。然后参数auth_key将被填充。

When editing application settings, you must "payment on" in the "Payments" tab. Then parameter auth_key will be filled.

何以笙箫默 2024-08-13 19:18:52

如果 auth_key 参数是由网页中的某些 javascript 设置的,那么我们无法在没有看到该 javascript 的情况下猜测为什么它没有被设置。这个问题显然不是你的问题 - 至少不是你的 SWF 的问题 - 问题存在于其他地方。请联系网站管理员寻求帮助。第二个(工作代码)代码的 user_id 参数为 0,这可能是某个默认/主持人值。可能您的 user_id 没有这些权限 - 这是一个“最疯狂”的猜测。

If the auth_key parameter is set by some javascript in the web page, there is noway we can guess why it's not being set without seeing that javascript. This issue apparently is not your problem - at least not your SWF's problem - the problem exists somewhere else. Contact the site's administrator for assistance. user_id parameter for the second (the working one) code is 0, which could be some default/moderator value. May be your user_id doesn't have those privileges - this is a 'wildest' guess.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文