how to solve error 'Sorry, this feature isn't available right now: An error occurred while processing this...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I tried to share folder image using php share url using below code:
$url='https://www.facebook.com/sharer/sharer.php?app_id=xxxxxxxxxxxxx&u=https://localhost/PhpProject1/temp/image1.png&display=popup&ref=plugin';
echo '<a href="'.$shareUrl.'"><button style="width:70%;background-color:#4267B2;color:white;border:none;height:35px;">Share on Facebook</button></a>';
But it is giving the error as 'Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later.'. I tried to solve this error but, not succeeded. So, please help me in solving this problem.
Thanks in advance.
php facebook-graph-api facebook-php-sdk facebook-sharer facebook-share
add a comment |
I tried to share folder image using php share url using below code:
$url='https://www.facebook.com/sharer/sharer.php?app_id=xxxxxxxxxxxxx&u=https://localhost/PhpProject1/temp/image1.png&display=popup&ref=plugin';
echo '<a href="'.$shareUrl.'"><button style="width:70%;background-color:#4267B2;color:white;border:none;height:35px;">Share on Facebook</button></a>';
But it is giving the error as 'Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later.'. I tried to solve this error but, not succeeded. So, please help me in solving this problem.
Thanks in advance.
php facebook-graph-api facebook-php-sdk facebook-sharer facebook-share
add a comment |
I tried to share folder image using php share url using below code:
$url='https://www.facebook.com/sharer/sharer.php?app_id=xxxxxxxxxxxxx&u=https://localhost/PhpProject1/temp/image1.png&display=popup&ref=plugin';
echo '<a href="'.$shareUrl.'"><button style="width:70%;background-color:#4267B2;color:white;border:none;height:35px;">Share on Facebook</button></a>';
But it is giving the error as 'Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later.'. I tried to solve this error but, not succeeded. So, please help me in solving this problem.
Thanks in advance.
php facebook-graph-api facebook-php-sdk facebook-sharer facebook-share
I tried to share folder image using php share url using below code:
$url='https://www.facebook.com/sharer/sharer.php?app_id=xxxxxxxxxxxxx&u=https://localhost/PhpProject1/temp/image1.png&display=popup&ref=plugin';
echo '<a href="'.$shareUrl.'"><button style="width:70%;background-color:#4267B2;color:white;border:none;height:35px;">Share on Facebook</button></a>';
But it is giving the error as 'Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later.'. I tried to solve this error but, not succeeded. So, please help me in solving this problem.
Thanks in advance.
php facebook-graph-api facebook-php-sdk facebook-sharer facebook-share
php facebook-graph-api facebook-php-sdk facebook-sharer facebook-share
edited Jan 7 at 9:26
Parashuram
asked Jan 4 at 4:45
ParashuramParashuram
7110
7110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use this link to share link(must be live) i have already check that this is working very well in one of my project
https://facebook.com/sharer/sharer.php?u=https://www.google.com
This link working only when you will add live link in u parameter. So when your project will be live then this sharer link is working.I hope you can understand my point.
That means your code has only one problem that you have not added live website link. Right now you are adding localhost server link so facebook platform can not detect this local server link.
You can check my output on below screenshot.
Thanks, that solved my problem :)
– Parashuram
Jan 7 at 9:26
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54033240%2fhow-to-solve-error-sorry-this-feature-isnt-available-right-now-an-error-occu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use this link to share link(must be live) i have already check that this is working very well in one of my project
https://facebook.com/sharer/sharer.php?u=https://www.google.com
This link working only when you will add live link in u parameter. So when your project will be live then this sharer link is working.I hope you can understand my point.
That means your code has only one problem that you have not added live website link. Right now you are adding localhost server link so facebook platform can not detect this local server link.
You can check my output on below screenshot.
Thanks, that solved my problem :)
– Parashuram
Jan 7 at 9:26
add a comment |
You can use this link to share link(must be live) i have already check that this is working very well in one of my project
https://facebook.com/sharer/sharer.php?u=https://www.google.com
This link working only when you will add live link in u parameter. So when your project will be live then this sharer link is working.I hope you can understand my point.
That means your code has only one problem that you have not added live website link. Right now you are adding localhost server link so facebook platform can not detect this local server link.
You can check my output on below screenshot.
Thanks, that solved my problem :)
– Parashuram
Jan 7 at 9:26
add a comment |
You can use this link to share link(must be live) i have already check that this is working very well in one of my project
https://facebook.com/sharer/sharer.php?u=https://www.google.com
This link working only when you will add live link in u parameter. So when your project will be live then this sharer link is working.I hope you can understand my point.
That means your code has only one problem that you have not added live website link. Right now you are adding localhost server link so facebook platform can not detect this local server link.
You can check my output on below screenshot.
You can use this link to share link(must be live) i have already check that this is working very well in one of my project
https://facebook.com/sharer/sharer.php?u=https://www.google.com
This link working only when you will add live link in u parameter. So when your project will be live then this sharer link is working.I hope you can understand my point.
That means your code has only one problem that you have not added live website link. Right now you are adding localhost server link so facebook platform can not detect this local server link.
You can check my output on below screenshot.
edited Jan 4 at 6:38
answered Jan 4 at 6:33
Bhavin ThummarBhavin Thummar
641317
641317
Thanks, that solved my problem :)
– Parashuram
Jan 7 at 9:26
add a comment |
Thanks, that solved my problem :)
– Parashuram
Jan 7 at 9:26
Thanks, that solved my problem :)
– Parashuram
Jan 7 at 9:26
Thanks, that solved my problem :)
– Parashuram
Jan 7 at 9:26
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54033240%2fhow-to-solve-error-sorry-this-feature-isnt-available-right-now-an-error-occu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown