Automatically transfer Blog post (rss) in Facebook, Twitter - facebook

Any APIs or application that could be used to pull a RSS feed and put it on a configured Facebook, Twitter, ... account ?
Kind of a Add This but in something like a Windows Service
Thanks !
Patrick

Better than twitter feed is engator - rss to twitter and facebook

Twitterfeed will post your RSS feed into Twitter and Facebook.

Check TweetMiner that does the job for Twitter.

Related

Feedburner doesn't push RSS updates to Facebook Page

I have publicized my Feedburner feed and added Twitter and Facebook accounts.
1 - I don't know how Google can verify Facebook page, and tried looking everywhere
2 - Yet, Feedburner successfully posts to Twitter
How to troubleshoot this? How to make Feedburner successfully post latest feed to Facebook page? Thanks!
Try something like IFTTT which provides recipes triggered when your feed updates.

Invite Twitter friends for app

How can we invite our Twitter friends/Followers for any app/Event using my app. For doing the same thing in Facebook I am posting some message to my friends wall. is there any way to do the same thing using MGTwitterEngine.
Thank in advance
go through this
and i used Tweet sheet as in twitter site
if you have not been through this links then have a glance Oauth , Xauth
and DMTwitterOAuth

How to post in facebook fanpage automatically from my website?

How to post in facebook fanpage automatically from my website ?
for example when i update new post in my website and i need to post in facebook fan page automatically....
I believe Facebook offers a certain number of APIs which would allow you to integrate Facebook into your own website to some degree; you can always try their dev centre.As far as I know, however, you can only post to Facebook through social networks like Twitter (see: linking a Twitter account to Facebook), or through Facebook apps you've developed yourself.
You need to create facebook app and use the app secret key and and API key in facebook SDK
script for automatic posting. for more details click the following link. I think this may help you. http://www.damnsemicolon.com/php/auto-post-facebook-with-facebook-sdk

Logging in other Facebook users from a standalone app

I have a kiosk-like device that I'd like to integrate with Facebook. Essentially, I'd like to allow a user to log into their Facebook account, give permission to my app, which will post a text/picture/video to their wall.
Is this possible?
What API/toolkits do you recommend?
Thanks
Kane
Use the Facebook Graph API. Here is the link: https://developers.facebook.com/docs/reference/api/
and https://developers.facebook.com/docs/reference/api/post/
:)

Posting voice (mp3 file) on facebook profile

Can anyone please let me know how to post voice update on facebook, on a user's wall, using the php/js - sdk and Graph API.
Thanks in advance.
You would publish a post to the user's feed containing a link to the mp3. The mp3 needs to be hosted on the internet somewhere.
https://developers.facebook.com/docs/reference/api/post/
https://developers.facebook.com/docs/reference/api/link/