English 中文(简体)
从我的网站上张贴关于面部墙的信息
原标题:posting message from my site to facebook wall

我正试图把信息贴在脸谱墙上。 i 由开发商审判。 这里的面孔和 set子要求我必须连接的地点。 事实上,现在在当地工作,没有在服务器上公布网站。 • 如何从我的当地钦钦邦接过书墙。

    var body =  Reading Connect JS documentation ; 
    FB.api( /me/feed ,  post , { message: body }, function(response) 
    { 
        if (!response || response.error) 
        { 
            alert( Error occured ); 
        } 
        else 
        { 
            alert( Post ID:   + response.id); 
        } 
    }); 
问题回答

我建议提醒大家注意答复。 错误不是静态扼杀,就是 set错;指点,看着价值。

如果网络没有工作,则还要检查网络的交通,并检查应对措施。

即便在用户离开了你的供述(但还是离开了为出版而接受的许可),你也只能使用你的 app/sec来担任。 https://developers.facebook.com/docs/vis/api/permissions/“rel=”_https://developers.facebook.com/docs/vis/api/permissions/

Enables your app to post content, comments, and likes to a user s stream and to the streams of the user s friends. With this permission, you can publish content to a user s feed at any time, without requiring offline_access. However, please note that Facebook recommends a user-initiated sharing model.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签