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
Related
Please could you help. I have created a website that allows people to upload listings of items they are selling. I want to know how to add the feature where when someone creates a listing, it automatically posts on the user's FB page, with a link to the listing on our website. Is this possible? Would the user have to log into our website using their FB account for this to happen? Thanks everyone for your help.
Martin
You need to create a Facebook App and use Facebook Graph API with publish_actions permissions to do that. Note that the facebook rules prohibit sending fully automated messages that the user has no control, your user must have the ability to edit the message before sending
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 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!
My app is now finally appearing in Facebook's search, hooray.
However none of the activity associated with my app such as when people have shared content from my app, liked something and posted it to their wall etc is appearing in the search.
I am requesting publish_actions, email and user_likes in the permissions when someone logs in to my app, so I thought this would enable me to see or search when someone has posted or shared something from my app.
Is anyone able to offer any advice on this? I would really appreciate it.
Thanks
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?