I have not been able to use Facebook shop in Canada! I have tried outsourcing it hoping that could be the solution but it is not still working. has there been anyone who has been able to use Facebook Shop in Canada?
Related
My name is Alaa and i am the IT manager of my company,
We used our facebook app and the facebook PHP SDK to share our articles automatically from the backEnd of our website to our facebook pages.
so we use the facebook graph API to retrieve the Access Token of our pages and use it in the php script.
But from February 13th, the script is not working anymore. I don't know what to do exactly, but looking on the internet, I found that we must use a new API (Marketing API) because we migrate our facebook account from default to business and we must have permissions (publish_pages, manage_pages), i want to inform you that we used the app several years without need to these permissions.
I want to add also that I can't show my business pages anymore in the list of all pages i manage (Personal and Business).
for example when i use facebook graph API to get access token of a page, i can just see my personal pages and not business pages of my company. i hope that you can anyone explain to me why?
I explain all of that on a video please click here to see it : https://www.youtube.com/watch?v=zhDerUakiNk
Thank you very much for your help.
Have you tried restarting your server? That's what fixed it for me.
After reading Graph API documentation, stackoverflow questions, etc, i'm still confused on the task i have.
In short what i want:
-i have a classified ads website and i want to publish the ad from it to a facebook group where i'm not an administrator.
I have a facebook page (which is represent my website) from the name of which i want to publish an ad in the group. The ad in the group must be published as the "sale" post.
I'm using Facebook javascript SDK for this.
So, i'm really stuck in how do i do it.
what i tried is publishing using my app, using user/page access_token, but always getting different problems.
Can someone tell me, if it is possible to make what i want? and if possible - the algorhytm, what should i do for that?
Does anyone know of a way to list facebook users that say on their profile that they work at a given company? or used to work at the company.
Not sure if its even possible as i cant find anything in the api docs about this for the page object.
you can get only those info about the user those are public in there profile.
for more info visit here
http://developers.facebook.com/docs/reference/login/
I've looked through several tutorials on using the Facebook API, but none of them address what I'm trying to do.
I'm working on a website for a small college. When the user applies online, they would like it to redirect to a page with a link that will put a post on your Facebook wall that says, "Billy just applied to Awesome State College" with a link to apply and an image of some sort (probably the school's logo).
I guess it would be similar to the way Facebook games throw up posts, saying "Gertrude just clubbed 300 baby seals in 'Clubbing Baby Animals Pro'!" But I wouldn't need to create a whole new Facebook app for this, would I?
Posting on a user's wall requires an access token, which you can get with the help of
one of Facebook SDKs, which will need your app id.
Reference for posting on user's wall:
http://developers.facebook.com/docs/reference/api/
See section Publishing.
You can use Facebook Javascript SDk as the need is simple:
http://developers.facebook.com/docs/authentication/client-side/
I am new to Facebook API, gone through the diff blogs and Facebook developer and implemented Facebook comments plugin in my site.
I have a question that, do we need to add any thing specific to the country to show the content in their language or Facebook will take care of it?
Because my site is available in different countries like Brazil, Spain, and etc..
Thanks,
Ranjith
As far as I know, the different Facebook plugins use the local of the logged on user. You don't need to handle this yourself.