如何在fbjs中获取当前URL?
我想获取fbjs中当前的URL。我已经使用过这个
window.location
但是,这不起作用。
有人可以帮我吗?谢谢。
- 阿山
I want to get the current URL in fbjs. I have used this
window.location
However, this doesnt work.
Can anyone please help me ? Thanks.
-
ahsan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我是这样解决的:
使用 PHP,我们可以获得页面 id 和应用程序 id。
使用FQL,我们可以获得页面标题。
使用这 3 个值,我们可以重新创建当前 URL(我正在制作粉丝专页选项卡)
希望这会有所帮助:)
-
阿山
well, heres how I solved it :
Using PHP, we can get the page id and the app id.
Using FQL, we can get the page title.
Using these 3 values we can recreate the current URL (I am working on a fanpage tab)
Hope this helps :)
-
ahsan