Tables
The RSSBus ADO.NET Provider for Facebook exposes tables for data sources that support both retrieving and updating data. The tables are normalized and contain an ID column, which is the primary key. This behavior is consistent across all tables in the product.
RSSBus ADO.NET Provider for Facebook Tables
| Name | Description |
| Comments | Retrieves the comments for a target based on the Target. Comments may also be inserted based on a Target, or deleted based on Id. Comments may or may not require an access token depending on their privacy settings. |
| Events | Retrieves the events for a target based on either the Target or SearchTerms. May require an access token, user_events, or friends_events permission depending on the privacy settings of the event. |
| Likes | Retrieves the likes for a target. Alternatively, lists pages that the specified user or page likes. Authentication is required to use this table. |
| Posts | Retrieves the posts for a target based on either the Target or SearchTerms. Comments may also be inserted based on a Target, or deleted based on Id. This table requires authentication. |
| Statuses | Retrieves the status updates for a target based on the Target. Statuses may also be inserted based on a Target, or deleted based on Id. This table requires authentication. |
| Users | Allows users to be searched via SearchTerms or by Id. |