Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Facebook Contact Provider #15

Closed
shortstuffsushi opened this issue Feb 1, 2015 · 2 comments
Closed

Create Facebook Contact Provider #15

shortstuffsushi opened this issue Feb 1, 2015 · 2 comments

Comments

@shortstuffsushi
Copy link
Contributor

Ability to invite Facebook friends is one of the most desired features I believe. I have a local patch that attempts to accomplish the work, but have run into a wall in several areas.

  • Actually getting contacts is not as simple as /me/friends, as the Graph API v2 only includes friends who've already installed the app, which doesn't seem to cover the base use case (inviting other users who aren't currently in the app to the app).
    ** The /me/invitable_frends API would be perfect, but is only available to Facebook game apps with a canvas presence.
    ** The /me/taggable_friends end point also returns useful information, but without the actual friend IDs (and I'm pretty sure this would be an abuse of their API).
  • There are a number of different dialogs available for sending various messages. I'm not sure which is the correct one, but I'm leaning towards 'AppRequests' dialog.
@hsavit1
Copy link

hsavit1 commented Jun 22, 2015

how is this coming along @shortstuffsushi ? Do you recommend the Facebook App Invites?

@shortstuffsushi
Copy link
Contributor Author

Whoops, sorry @hsavit1 -- forgot to respond. At the moment, this is on hold for a couple reasons.

The primary one is still the above inability to make this work nicely for "all scenarios." However, there may be some things we can do with App Invites (as you mentioned) to make this work better. It isn't our top priority at the moment, though.

Feel free to contribute it back if you do attempt it, though 😄 Otherwise, it will likely be revisited within the next month or two.

@aaustin aaustin closed this as completed Apr 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants