Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Can anyone provide a link to a PowerShell module which provides automation support for Facebook? I want to do a project for a nonprofit in this area, and don't want to have to go straight to OAth etc.

This is related to 2598453, but I'm looking more for automation to access friend lists, posting lists etc.

How do I automate navigation to a website that requires authentication?

Thanks, Jon

share|improve this question

3 Answers

Check this Facebook PowerShell module: http://code.msdn.microsoft.com/PowerShellPowerBook

share|improve this answer
Thanks. I have been trying to make use of this. The basic functionality seems OK, however it uses the deprecated FaceBook C# SDK 3.0.x, and some functionality such as Get-FBEvent doesn't seem to work. I am working on using the new 5.0.x API but still fighting with the authentication layer. – Jon Newman Feb 13 '11 at 8:19
up vote 0 down vote accepted

PowerShellPowerBook is OK, but it's based on the deprecated REST API. I have created a new module, currently in Technology Preview. Try http://facebookpsmodule.codeplex.com, and let me know how this works for you!

share|improve this answer
Now in Alpha ... check it out! – Jon Newman May 5 '11 at 15:45
FacebookPSModule is now in Alpha – Jon Newman Aug 23 '11 at 19:03

Try this! It's in alpha, undergoing active development (as of October 2011).

http://facebookpsmodule.codeplex.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.