Please help - error on Facebook when trying to post my website - facebook

I just built my website www.angelaarno.com on wix (hosted on ipage). I'm really not a developer (obviously). But site suits my needs. I want to post a link to my site on my facebook page, but when I try I get this error message:
Could not post to timeline. The privacy settings for this attachment prevent you from posting it to this Timeline.
I ran debugger on facebook to try to identify/fix the issue. Here's the link.
No clue how to fix this problem. Anyone out there that can help a totally clueless nubie?
Thanks
Angela

It allows me to access your site, and post it on social media. I registered my site under private (which you can't fix), but luckily you do not have that problem. If you personally can not post the link, try sending it to some close friends and having them post it. Not only will it get the word out, it will also help your credibility.

Related

How this Facebook API Program Capture Visitors Name and Email without Permission

I wonder How this Facebook API Program Capture Visitors Name and Email without Permission. I visited a Facebook page today and found that my name and email automateically appear when I click on the post image. I guess they are doing it with the latest Facebook SDK.
This is the post I am referring to.
This is the page about their API Script.
Can anyone tell me where I can setup the same using PHP. I could not locate any information in Facebooks developer page. Highly appreciate your feedback.
Ishaq.
Looks like Lead Ads, the docs are full of example code:
https://developers.facebook.com/docs/marketing-api/guides/lead-ads/v2.5
https://www.facebook.com/business/help/397336587121938/

Comments posted to profile from Facebook Comments Plugin cannot be liked or commented

I just added Comments Plugin to my website using Facebook for WordPress (A WordPress plugin). And I my friend tested commenting on the web page with option "Post to Profile" checked.
The post appeared on my friend's profile but when I tried to like or comment on the post, it says
"Unable to like this object because it is not accessible (it may have been removed or you may no longer have permission to see it)."
Does anybody know how to fix this?
This is the web page url http://www.baagames.com/2013/10/simcity-cities-of-tomorrow-gameplay
And this is my friend's post http://on.fb.me/H1eydT
This has been ongoing since the last 2 weeks. Every WordPress with Facebook Comments installed has the same issue. Asked the WP. Nothing. Asked FB. Nothing. The FB comment developers say it is FB causing the problem and to wait. That's all I know. VERY FRUSTRATING AND STRANGE!

creating facebook comments - without using social plugin

I there any way I can create and post comments, without using comments plugin at all.
Facebook graph api allowed me to fetch all comments under a particular post, but didn't find anyway to create new ones :(
thanks
Unfortunately Facebook don't look kindly on this kind of thing, even though OG objects have a /comments connection, so either the docs are inaccurate or it's a proper bug. Would love to believe it's the latter but I suspect it's a documentation error.
In any event i've created a bug report at Posting to Comments Social Plugin doesn't work in the vain hope it will be addressed, please engage on that report so we can get some love for this issue.
It's right there in the documentation for the Post object:
Create
You can write to the POST_ID/comments connection to post a comment to
the post by issuing an HTTP POST request with the publish_stream
permission and following parameters.

Sharing links posted to a wall via an app

I've created an app which enables business to post links to their Facebook wall as the business (have proper business auth tokens, etc.).
However the links posted via the app do not have a share link, only comments and like. When a link is posted through the Facebook UI to the business wall it does contain a share link along with comments and like.
What am I missing to enable the link posted via my app to have a share link?
I am currently issuing a POST request to the following URL to create the posts:
https://graph.facebook.com/[profileId]/feed?message=[message]&link=[link]&...
this is a reported bug and have not been fixed yet. have a look (http://developers.facebook.com/bugs/307556529334653)
I think you will need publish_stream permission for that and publish what they write. IMO Facebooks makes difference between feed and stream. Just my thoughts :)
that's the standard procedure when you have a user post via app. I don't think there's a way to have users post as themselves, as far as links are concerned. What you can do is have them post a status update and that one will be seen as posted by the user (no app information).
There's no other procedure I am aware of that can do that. I hope this helps

Is there a way to "link" facebook to your third-party website

I was wondering if there is a way to link your facebook account to another website, so you don't have to log in every time just to post a status update.
I'd like to link the profile when they sign up and then have it just be there to connect to whenever.
CLARIFICATION: Sorry I typed this fast.. here's what I'd like to do.. build an application where you sign up for that application.. you also have the option to link your facebook profile to this account. If you decide to link it, you can post updates, etc to your facebook profile.
You will never have to log into (connect) to facebook again after you link it to the app.. all you need to do is log into the third-party application.
Thanks,
Matt Mueller
Need clarification. You can link logging into another website to Facebook. What exactly are you trying to do?
you question, to be honest isn't very clear, but maybe you need facebook restful api so check http://developers.facebook.com and look for it.
bye