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

explain that account_id should begin with "act_" #37

Closed
wants to merge 2 commits into from

Conversation

cornernote
Copy link

relates to #36

@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

@@ -26,7 +26,7 @@
$access_token = null;
$app_id = null;
$app_secret = null;
$account_id = null;
$account_id = null; // should begin with "act_" (without the quotes)
Copy link
Contributor

Choose a reason for hiding this comment

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

actually you need the quotes as it's a string

Copy link
Author

Choose a reason for hiding this comment

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

I'm not sure how to word it, what I was saying is that it should be $account_id = 'act_xxx'; and should not be $account_id = '"act_"xxx';

@cornernote
Copy link
Author

I updated the comment so as not to confuse the user by mentioning the quotes.

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@pruno
Copy link
Contributor

pruno commented Nov 26, 2014

@cornernote, can you please squash the 2 commits?

@cornernote
Copy link
Author

Hi @pruno,

I'm not sure how. I can do a new pull request, is that ok, or is there a better way?

@pruno
Copy link
Contributor

pruno commented Nov 28, 2014

@cornernote, if you are not familiar with squashing:
delete the 2 commits on your fork, reapply the change and commit (1 time), then send a new pull request. Will result easier.

cornernote added a commit to cornernote/facebook-php-ads-sdk that referenced this pull request Nov 28, 2014
@cornernote cornernote closed this Nov 28, 2014
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.

None yet

4 participants