WP feed Facebook - wordpress

I need help with facebook API,
I have a plugin Flow-Flow Social Stream, I create new API from manual there method 2: https://docs.social-streams.com/article/46-authenticate-with-facebook.
enter image description here
But after paste all information on plugin I see only this error message:
Sorry, an error occurs from Facebook API: (#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.
I don't know what more for this do now, please I there someone who Can advice me best solution or any advice?

This error is an indication that there is no proper page access token being used for the API requests. To be able to access content from just any public page, you would need to submit your app for review of that “feature” first. But with a page access token it isn’t “public” access any more, the page token proves that you have admin access to the particular page in question … so if you still get that error, it most likely means you did not create a proper page access token.
Double-check that, and debug your access token to see if it is actually a page access token for the page in question, and what permissions it includes. https://developers.facebook.com/tools/debug/accesstoken/

Related

LinkedIn access to Basic Profile

We have developed a signup via LinkedIn app.
We currently get the default “lite profile” but need access to the “basic profile”
We’ve tried reaching out to all parts of LinkedIn but to no avail.
The links to the Partner Program Page also seem deprecated.
Can someone please share how we can get the upgraded permissions pls?
To access any of the basic profile fields, your application must request the r_basicprofile member permission. Check out the field names here
To access email address your application must request the r_emailaddress member permission with field name email-address

Usage of WP plugin to access Facebook photo feed now requires review/approval to use Page Public Content Access endpoint

I am using a Wordppress plugin, WP Embed Facebook, to display a "live" photo feed from an album on a Facebook page/account I have control over. It used to work fine, displaying thumbnails in one of my footer widgets that when clicked opened in a lightbox. Lately, instead of said thumbnails, the following message is disalyed:
Error: (#10) To use ‘Page Public Content Access’, your use of this
endpoint must be reviewed and approved by Facebook. To submit this
‘Page Public Content Access’ feature for review please read our
documentation on reviewable features:
https://developers.facebook.com/docs/apps/review. (only visible to
admins)
(see far right footer widget at http://www.sugaroafculinary.com)
In following the link in the error message, it would seem that my "app" (i.e. the web page using the plugin) needs to undergo a review/approval process from Facebook, which seems to me to be quite the excessive set of hoops to jump through just to access content on my own page, but I digress...
If I'm reading the documentation correctly, they require access to the "app" in test mode so that they can see it in acton. In an attempt to meet this requirement, I:
logged into my FB app dashboard where the plugin required me to create an app in order to get an App ID and an App Secret anyway. No big deal.
Created a 'test app' from that from that app and configured the plugin to use the test app's App ID and App Secret
The long and the short of my current issue is that, I get the same error message with the test app as with the original. I was under the impression that being a test app, access to the endpoint would be allowed. Not so much. I don't know how I can provide Facebook access to my working test app if it produces the same error as the production version.
I'm sure i'll run into more snags with the remaining hoops I'm jumping through, but for now if anyone had any advice for how I can get the test app access to that endpoint so it can be viewed in a working state for FB review, I'd be ecstatic.
OR there's the possibility that I've misinterpreted the requirements - if it looks like that might be the case, please do not hesitate to bring that to my attention either.
Thanks!!
UPDATE
I found the following that sounds like it might indicate that if "the person" who is the publisher of the WP page containing the plugin is the "the person" who is an admin of the app in the FB system, the endpoint is accessible.
"While you are testing your app and before you submit it for review,
your app can only access content on a Page for which the following is
true: The person who holds the admin role for the Page also holds an
admin, developer, or tester role on the app. If you want the app to be
able to access public content on other Pages, you must submit this
feature for review. Once you set your app to live mode, it will not be
able to see any Page public content without this feature."
Now what exactly does "the person" mean? I added the FB account that has the same email address as the publisher of the WP page as an admin of the app in the App Dashboard, but the results are the same. I can't think of any way (other than by email address) that Facebook would be able to figure out that a WP user is the "same person". Am I missing something here?
Submitting for Page Public Content Access would be the wrong thing to do here to begin with.
to display a "live" photo feed from an album on a Facebook page/account I have control over.
So that makes it not public access to begin with - that feature is for accessing public content of pages you don’t have admin access to.
Accessing the photos of your own page requires a page access token - and getting that in return requires the page admin to grant manage_pages permission to the app.
If the plugin is showing you an API response talking about Page Public Content Access, then it means it did not use a proper page token for the request to begin with.
Now I don’t know this plugin, and whether it is prepared to ask for that when retrieving an access token, and if so whether something else goes wrong. I would suggest you contact the plugin author for support.
But again, Page Public Content Access is not what you need here.

Facebook permission: Page Public Content Access and Social Wall

I made websites using Wordpress and the plugin Flow-Flow. Everything worked well, but since April 24th and the new Facebook update I am getting this error message:
(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.
So, 3 weeks ago I applied for permissions on developers.facebook.com, but I still didn't hear anything from them. I still have this message.
Do I need the "Page Public Content Access" FB permission to do a Social Wall ? Facebook asks for App review, but this is a social wall. Does it do anything ?
If I actually need this permission, what can I do to get it?
This is a view from the configuration on the Plugin Flow Flow live streams. I can't configure several access tokens. I can just fill this felds.

Post on visitors website when ??? accours (WordPress)

I have a website running wordpress. I have facebook login plugins, but I would like to be able to automatic post on visitors wall, whenevery they get points or perhaps other scenaries as well? Is there a plugin which enables me to do this?
There is no plugin, and autoposting is not allowed. You would need to authorize the user with the publish_actions permission for using the /me/feed endpoint to post something on his wall. And you would need to get publish_actions reviewed by Facebook before you can go public with it. You will never get that permission approved for autoposting. Every single post on the user wall must get approved by the user, and prefilling is not allowed - the message always must be 100% user generated.
Btw, rewarding a user for sharing something on his wall is not allowed either.
Platform policy: https://developers.facebook.com/policy/

Twitter api user profile information in asp.net

Could anybody tell me how to get a user ' s complete details in twitter api after fetching access_token.
In twitter blog i found in a question that
"You can then issue a request to the canonical source of information about a user, GET users/show with a request like GET https://api.twitter.com/1/users/show.json?screen_name=kool_aid_wino -- this response will include fields pointing to the user's current avatar image and so on."
I dont understanding correctly Users/show how to use it..??
Is there any tutorials or examples of asp.net you know to accomplist this..??
Check this example regarding Http web request you will get an idea..
http://stritar.net/Post/Using-JSON-with-asp-net-is-like-wiping-your-ass-with-silk.aspx

Resources