Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Can I create a reader of my twitter / facebook posts?
I want to create a visual basic program that displays my twitter and facebook posts.
If someone could point me in the right direction. I'm lost. I've tried rss, but doesn't work
1 Answer
- 1 decade agoFavorite Answer
Twitter and Facebook both using the open graph authentication system, which allows you to authorize your program to view your data from your account, and then retrieving using URL's. See:
http://apiwiki.twitter.com/Getting-Started
http://apiwiki.twitter.com/OAuth-FAQ
http://developers.facebook.com/docs/opengraph
You can setup your "application" (required for any use of opengraph) for facebook at http://www.facebook.com/developers
Good luck. It can be a challenge to get started with.
Source(s): alot of painful research in order to do this for my own use.