Questions tagged as 'facebook'

0
answers

facebook php Graph returns error at login time

I'm getting this error when logging in to facebook: Graph returned an error: Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request Within my app, Valid O...
asked by 19.06.2018 / 03:33
0
answers

Get timeline from my facebook page

I need to get my facebook posts and add them to my site, I managed to do it with pages without any problem, in this way. https://graph.facebook.com/v3.0/paginaaqui/posts?access_token=tokenaqui I have a code in javascript that gets my posts,...
asked by 10.06.2018 / 01:05
0
answers

Use Graph Facebook API for page management

I'm using the Facebook Graph API to pick up managerial information from a page and show it on my system, such as information such as tanned in a certain time period, pageviews, etc. But most of the examples I see on the internet are for manag...
asked by 28.05.2018 / 16:05
0
answers

Facebook share does not work correctly with passing parameters in URL

I am making use of facebook sharing. But in the URL of the button I'm also passing the user id to do actions later, as follows: <div class="fb-share-button" data-href="https://meusite?id=<?=$id_pessoa?>" data-layout="button"&g...
asked by 25.05.2018 / 03:09
0
answers

Post with Facebook image via API

How do I post an image to Facebook via API? I got the 'link' attribute, but it looks like a clickable image and redirects to where the image is hosted. I used the host ' link ' and the 'message', 'access_token', 'link', 'method', and ' picture '...
asked by 29.05.2018 / 19:57
0
answers

Relate facebook account to an existing application

Good morning, I own an android app and recently decided to start your marketing campaign. But one of the first steps is to relate my facebook account to the app and I'm having problems with it. Initially it appears my application correctly...
asked by 11.05.2018 / 21:36
0
answers

Redirect_uri does not work in webview

After sharing a link on Facebook, the webview does not redirect to the link defined in redirect_uri. When testing in the browser, it works perfectly. FB.ui({ method: 'share', mobile_iframe: true, display: 'popup', quote: 'Mensa...
asked by 06.05.2018 / 01:45
0
answers

Facebook API change user password

Does the facebook API have any features that allow you to change the user's password? PS. With the permission of the user.     
asked by 29.04.2018 / 23:19
0
answers

What facebook user data is accessible through the api of it only with an application access token?

I'm participating in a project in college and I need to use facebook's api to try to collect some data from facebook users, but I've already faked the api documentation a lot and I still do not know what data I can access using an access token o...
asked by 04.05.2018 / 23:27
0
answers

Login with facebook using sdks php and javascript on captive portal

I have a problem that is making me sleepy. I've tried everything to solve and nothing works. My application works as follows: The user connects to our WiFi network and is redirected to a page external where you login with facebook using sdk...
asked by 14.04.2018 / 15:28