Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Open source alternative to Facebook's Profile Expression Kit

License

Notifications You must be signed in to change notification settings

timonus/TJFacebookProfileExpression

Repository files navigation

TJFacebookProfileExpression

NOTE: It appears that the profile expression SDK is no longer supported, so this project won't function properly.

This project is an open source alternative to Facebook's Profile Expression Kit, which doesn't seem to be available on their developer portal anymore. It allows you to launch the Facebook app and prompt the user to set their profile photo or video to content from your app.

Installation

  1. Configure the Facebook Core iOS SDK in your app. (Most importantly for TJFacebookProfileExpression, add your app's Facebook identifier as FacebookAppID to your info plist).
  2. Add fb-profile-expression-platform to your info plist's LSApplicationQueriesSchemes array.
  3. Include the TJFacebookProfileExpressionController .h and .m files in your project and import TJFacebookProfileExpressionController.h wherever you need.

Usage

  • Call +canSetProfile to see if the user's Facebook profile can be set.
  • Call +setProfileImage: or +setProfileImageData: to set the user's profile photo.
  • Call +setProfileVideo: to set the user's profile video.

About

Open source alternative to Facebook's Profile Expression Kit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published