Questions tagged as 'facebook'

1
answer

Collect User Data Facebook SDK

I have the following code to log in to Facebook: final FacebookCallback facebookCallback = new FacebookCallback<LoginResult>() { @Override public void onSuccess(LoginResult loginResult) { Toast.makeText(getAp...
asked by 04.01.2017 / 17:24
1
answer

Facebook API - Get photo (with defined size) with other information (name, email, id)?

I need to get the id, name, email and photo of the person upon clicking. I'm doing it this way so far but it's in trouble: <script type="text/javascript"> function statusChangeCallback(response) { if (response.status === 'connec...
asked by 23.05.2016 / 21:17
1
answer

OG Facebook Goals: Doubt

Whenever I use OG goals for Facebook sharing, I insert them into the header and hide the current site description and title goals. The question is: OG goals need to be in the header of the site? Is there a problem if they are inside the pag...
asked by 28.06.2016 / 20:49
1
answer

Error in Facebook API Return

Here's my scenario for better understanding: I have View Home calling View View, by pushViewController . In my View Login, there is the custom Facebook button that is normally calling the facebook authorization page; But the return...
asked by 29.06.2016 / 07:33
1
answer

Facebook Like Button on a Dynamically Changed Modal

I have an application using the Facebook JavaScript SDK, there is a simple modal that has its content dynamically created. It's important to note that the code is working properly, except for the Like button on facebook. Modal part in HTML co...
asked by 26.10.2015 / 00:32
1
answer

Error catching facebook profile image

I'm trying to get the profile image from fb but it returns the following error java.io.FileNotFoundException: No content provider: link My code is like this Bitmap tempBitmap; tempBitmap = Util.getBitmapFromURL(Preference.get...
asked by 20.10.2015 / 13:57
1
answer

Return to previous page after logging into facebook oauth

I use the default login system, it asks you to insert App ID and App Secret the URL that will return after requesting the login to the user, my doubt is, how to do to return the url in which the login was requested. on several pages will b...
asked by 20.07.2015 / 00:11
2
answers

Share of virtual store product to Facebook

I have a problem to share a product from a virtual store to facebook. I'm putting meta tags on the product page: <meta property='og:title'... <meta property='og:url' ... <meta property='og:site_name' ... <meta property='og:type' co...
asked by 06.05.2015 / 19:21
1
answer

how can i get permission publish_actions from facebook?

I'm developing an application on Facebook and I need the publish_actions permission. In the documentation it says that I have to have an approval and that it is possible to test it by creating a test application for the application in que...
asked by 26.03.2015 / 21:40
1
answer

Facebook API problems

I've created an application with the Facebook API for a company I work for. Fact is that everything works perfectly up to the Logout part of the user. Every time you scroll, the following error occurs: FacebookApiException Object ( [resul...
asked by 14.08.2014 / 17:11