I need to get permission from a single fanpage and not of all, I have seen applications that do, I wonder if anyone knows how to do it!
Is that possible to give 'manage_pages' permission only to one page? How can I do it?
Thanks!
Related
I want to list the user's Facebook posts (user feed). For this, we need permission, for permission we need to send the screencast of our app. Without permission, I cannot load the user feed, and so I can't screencast it. How to solve this? Where I am missing. Can anyone help me to solve this?
Thanks.
If it is Server-to-Server App, please check this: https://developers.facebook.com/docs/app-review/resources/sample-submissions/server-to-server
Is there a way I can see the order in which people like my facebook page? I would like to identify the 5000th like to give them a prize.
Is this possible?
Stuart
No, this is not possible, because you can't access the list of ALL users which liked you page.
You can only access the likes of ONE user once he gave his user_likes permission to your app (if you have one).
When a user lands on my website I would like to present him with a litebox with the like facebook widget in it. However I only want to do this if they haven't already liked our facebook page.
I want to make this process seamless so I dont want to have to ask for permission first.
I read somewhere that if its for your own sites FB page, then you dont require this.
But cant find any more information other than a person stating this in the stackoverflow.
Any help much appreciated.
thanks
andy
You would need to go through the review process with the user_likes permission. Facebook will not approved user_likes for that, because like gating is not allowed anymore.
It was possible earlier to check if a user liked a Page directly in a Page Tab/App, but that flag was removed.
I'm trying to know if Open Graph even allows to get all the pages liked by someone (and, if possible, only in a certain category), and if so, how would I be able to do that ?
Thanks a lot
Have a look at https://developers.facebook.com/docs/graph-api/reference/v2.0/user/likes to see how this can be achieved.
Basically you need to request /me/likes with an Access Token with user_likes permission.
I'd like to enquire with the Facebook heads on here about how best to do the following:
I'd like to run a promotion from my Facebook business page that encourages users to recommend a friend in order to gain access to enter a competition. Obviously being in the Facebook environment it would be preferred to encourage Facebookers to refer friend's on their profile. Anybody know if there's an app out there (I've searched and not found) that does this? Does the Facebook API allow access to select specific friend(s) to notify on Facebook?
Thanks for your help & suggestions.
Yes, you need to have read_friendlists as an added permission to your facebook app.
From there I think you can do a FB.api() kind of call to get that information
Source
I think the requests dialog does what you were looking for?