Skip to content

Upgrade to Facebook Graph API v5.4.2#22

Open
teldosas wants to merge 2 commits intomhaas:masterfrom
teldosas:fbapi-up
Open

Upgrade to Facebook Graph API v5.4.2#22
teldosas wants to merge 2 commits intomhaas:masterfrom
teldosas:fbapi-up

Conversation

@teldosas
Copy link
Copy Markdown
Contributor

define('FACEBOOK_SDK_V4_SRC_DIR', __DIR__ . '/../include/facebook-php-sdk-v4/src/Facebook/');
require_once(__DIR__ . '/../include/facebook-php-sdk-v4/autoload.php');
define('FACEBOOK_SDK_V4_SRC_DIR', __DIR__ . '/../include/php-graph-sdk/src/Facebook');
require_once(__DIR__ . '/../include/php-graph-sdk/src/Facebook/autoload.php');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The autoloader was removed on facebookarchive/php-graph-sdk@877e977. Maybe set branch = 5.4 on .gitmodules fix this.

Copy link
Copy Markdown
Contributor Author

@teldosas teldosas Nov 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @phelipebf
As shown here the submodule php-graph-sdk references facebookarchive/php-graph-sdk@2839246 which is identical to branch 5.4.

This helped me to better understand git submodules.

Should I set branch =5.4 on .gitmodules anyway?

Copy link
Copy Markdown

@phelipebf phelipebf Nov 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not necessary @teldosas. Forgive my lack of attention. Your commit 0e8707c deal with this.

@teldosas
Copy link
Copy Markdown
Contributor Author

I resolved conflicts here

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

Successfully merging this pull request may close these issues.

2 participants