简体   繁体   English

Facebook开发asp.net

[英]Facebook Development asp.net

I have a problem that I need to send a message to some of my friends on facebook and it is wasting time to send message individually to each one 我有一个问题,我需要向Facebook上的一些朋友发送消息,而浪费时间分别向每个朋友发送消息

also I want to be able to send a post that including Image and text to some facebook groups for marketing purpose to my facebook page 我也希望能够将包含图像和文本的帖子发送到一些Facebook群组,以用于营销目的到我的Facebook页面

So I think that I can find a program that can help me do that or even some code example that can do that, or may be I will need to make my own program, but I never deal with facebook platform before 因此,我认为我可以找到一个可以帮助我做到这一点的程序,甚至可以找到可以做到这一点的代码示例,或者也许我需要自己编写程序,但是我之前从未接触过facebook平台

so please if any one can help I will be thankful 所以如果有人可以帮助我,我将很感激

Thanks in Advance 提前致谢

This is straightforward with Windows PowerShell and http://facebookpsmodule.codeplex.com . 使用Windows PowerShell和http://facebookpsmodule.codeplex.com可以轻松实现 For example 例如

Get-Friends | 结交朋友| Show-FBMessageDialog -Link http://www.example.com Show-FBMessageDialog-链接http://www.example.com

displays a dialog to send a message to all your friends (or you can add a filter to the command). 显示一个对话框,向所有朋友发送消息(或者您可以在命令中添加过滤器)。 I have used this to send a message to over a thousand people. 我已经使用它向一千多人发送了一条消息。 This is not completely automated (Facebook API restriction), it will show one dialog for each 50 recipients. 这不是完全自动化的(Facebook API限制),每50个收件人将显示一个对话框。

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

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