- Multi-Threading
- Data Binding
- Delegates
- Serialization
- Singleton
- Factory Method
- Adapter
- Proxy
- Strategy
- Iterator
- Observer
-
Virtual Pet - The user can choose a virtual pet from a collection of pets, change its name and feed it.
-
Timer - The user can see and get alerted by the application for the time he uses the application. The user can also set a timer for the requested time of using the application
- Create an application account on https://developers.facebook.com/apps to get an App ID.
- In Visual Studio add a reference to the .dll files (FbGraphApiWrapper.dll, Facebook.dll).
- Use the static login method:
LoginResult = FacebookWrapper.FacebookService.Login(AppID, list of permission);
providing your AppID and the permissions required from your app's user to display a login form to your user. For the list of permissions, see this https://developers.facebook.com/docs/facebook-login/permissions.
- Visit https://developers.facebook.com/docs/reference/api/ to understand more and get all the information about the Facebook Graph API.
- Use the https://developers.facebook.com/tools/explorer application to browse data on Facebook using the Graph API and understand Jason.