简体   繁体   English

Facebook整合......从哪里开始?

[英]Facebook integration… Where to start?

I recently put a django project of mine into its beta stages and would really like to integrate more with social media, particularly facebook. 我最近将我的django项目纳入其测试阶段,并且非常希望与社交媒体(尤其是Facebook)进行更多整合。

Now there are so many facebook integrations out there... I don't know where to start but, I'll tell you what I am after. 现在有那么多的facebook集成......我不知道从哪里开始,但是,我会告诉你我在追求什么。

My sites publishes content with photos and also user related data (which site doesn't) 我的网站发布带有照片的内容以及用户相关数据(哪个网站没有)

on each individual page I already have a facebook like button that basically has the absolute url of that page 在每个单独的页面上,我已经有一个类似于facebook的按钮,它基本上具有该页面的绝对URL

so for instance: 例如:

http://my-site.com/url-1
http://my-site.com/url-345345
http://my-site.com/url-456456456

When a user likes this particular url I would like them to become a Fan on my facebook site/page as well. 当用户likes这个特定的网址时,我希望他们在我的Facebook网站/页面上成为粉丝。

I also added the FB opengraph tool which is a bit more informative once a user likes it. 我还添加了FB opengraph工具,一旦用户喜欢它就会提供更多信息。 But it still does not publish any statistics to my page. 但它仍然不会向我的页面发布任何统计信息。

Can someone give me a bit of an understanding on what the best option is for this type of integration? 有人能给我一些关于这种集成的最佳选择的理解吗?

As a security option for the user, Facebook has never allowed third party access to "become a fan." 作为用户的安全选项,Facebook从未允许第三方访问“成为粉丝”。

If you want to record locally when someone presses the "Like" button, you'll have to implement it locally (copy the presentation, and query Facebook yourself), so you can intercept the event. 如果你想在有人按下“喜欢”按钮时在本地录制,你必须在本地实现它(复制演示文稿,并自己查询Facebook),这样你就可以拦截事件。 I've done that; 我做到了; it's not too hard. 这不是太难。

I suggest you review the Connect Terms of Service to see what it is you're allowed to do: http://developers.facebook.com/policy/ 我建议您查看Connect服务条款,看看您可以做什么: http//developers.facebook.com/policy/

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

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