且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

facebook API集成

更新时间:2023-12-02 18:12:22

进行搜索并签出Facebook API.
Do a search for and check out the Facebook API .


感谢您的快速响应.

是的,我已经用谷歌搜索了Facebook API,但是我对以下几点感到困惑

1. Facebook平台的应用程序开发有两种选择,一种是画布,另一种是连接. canvas和connect有什么区别?

2.什么是IFrame和FBML?他们不同吗?

3.我有一个将邮件和短信发送到客户端的应用程序.管理层要求我在客户Facebook上发送消息.因此,我想在用于发送邮件和短信的网页的同一按钮单击事件上发送Facebook消息.这可能吗?

4.根据我的理解,我们需要在Facebook开发人员部分中注册我们的应用程序.因此,就我而言,要在Facebook中发送消息,我需要在Facebook开发人员部分中注册我的应用程序吗?

5.哪种选项最适合我的情况(IFrames或FBML)?

6.我们如何通过第三方应用程序发送好友请求?
Thanx for such quick response.

Yes, I have googled for facebook API but I have confusion on some of following points

1. Application development for Facebook platform comes up with 2 choices, one is canvas and another is connect. What is difference between canvas and connect?

2. What is IFrames and FBML? Are they different?

3. I have one application which sends mails and sms to the client. Management have asked me to send messages on client facebook. So i want to send Facebook message on same button click event from the webpage which is used to send mails and sms. Is this possible?

4. As per my understanding, we need to register our application in facebook developer section. So in my case to send message in facebook, Do i have need to register my application in facebook developer section?

5.Which option is more suitable in my case(IFrames or FBML)?

6. How can we send friend request through third party application?


从这里开始 http://facebooksdk. blogspot.com/ [ ^ ]