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

Add support for additional object types #1

Open
mburtscher opened this issue Jul 20, 2014 · 2 comments
Open

Add support for additional object types #1

mburtscher opened this issue Jul 20, 2014 · 2 comments
Assignees
Milestone

Comments

@mburtscher
Copy link
Member

Add support for additional object types:

https://developers.facebook.com/docs/reference/opengraph

@mburtscher mburtscher added this to the 1.0 milestone Jul 20, 2014
@mburtscher mburtscher self-assigned this Jul 20, 2014
@mburtscher mburtscher removed this from the 1.0 milestone Jul 21, 2014
@mburtscher mburtscher changed the title Finalize 1.0 Add support for additional object types Jul 21, 2014
@mburtscher mburtscher added this to the 1.0 milestone Jul 22, 2014
@mburtscher mburtscher modified the milestones: 1.1.0, 1.0 Dec 7, 2016
@BrettGregson
Copy link

I'm keen to help you with this

@mburtscher
Copy link
Member Author

I'd appreciate your help!

As you can see on the Facebook docs page (linked in issue description) there are multiple object types defined for the OpenGraph protocol. Each of those should have it's own implementation in the Fusonic\OpenGraph\Objects namespace and derive from ObjectBase class.

The Consumer class decides which object should be instantiated. Additional object types must be added here:

https://github.com/fusonic/opengraph/blob/master/src/Fusonic/OpenGraph/Consumer.php#L108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants