Skip to main content

Questions tagged [facebook]

Facebook Platform lets developers integrate their apps directly into the Facebook social networking service. Use this tag for questions which may arise when developing FOR Facebook. This tag is NOT for support questions about using the Facebook website or the official Facebook app. It is also NOT for questions of the “I want to implement a feature similar to what Facebook has” variety.

facebook
34,995 questions with no upvoted or accepted answers
38 votes
2 answers
5k views

FB.ui feed dialog is "ignoring" the picture attribute, using cached og:image tag instead

Here's my FB.ui code: FB.ui({ method: 'feed', message: '', link: 'http://mywebaddress/pathToContent', picture: 'http://mywebaddress/pathToPhoto/photo.jpg', display: 'popup' }); The ...
Chaddeus's user avatar
  • 13.3k
29 votes
0 answers
6k views

Facebook Open Graph og:video tag for YouTube videos

I have a question that was initially asked here: Open graph og:video Meta Tags content in 2010, but the answer no longer works. I'm trying to show a YouTube video in Facebook (and have it play inside ...
Johnny Oshika's user avatar
20 votes
1 answer
750 views

Unity game campaign installs on Android not tracked in Facebook Analytics for Apps

I'm observing a large difference in tracking campaign installations between Android and iOS. Analytics for Apps show about 1000 installs on iOS and just 5 on Android (which correlates to the number of ...
adriankago's user avatar
17 votes
0 answers
6k views

Deeplink solution for IOS and Android apps works in Facebook

There are too much Deep Linking (Universal Links or App Links) tutorials. But most of them shows how to enable it in Android or IOS Apps. Also there are paid cloud solutions but they offer to much ...
Mustafa Atalar's user avatar
16 votes
2 answers
3k views

Instagram API for Non-Business accounts

I want to make a app for Non-Bussiness Instagram accounts. My only problem is that when I access the old Instagram API (https://www.instagram.com/developer/) they tell me to use the new Graph API, but ...
Israel Nascimento's user avatar
16 votes
0 answers
5k views

Facebook og:image Showing in Debugger but not on Facebook

When checking in the debugger, my image shows up fine and I even get the preview of 'When shared, this is what will be included'... but when I try to share the link on Facebook, the bit where the ...
user avatar
15 votes
0 answers
1k views

How do I authenticate an Instagram user who created an account with Facebook in an iOS app?

I've created an iOS app that allows a user to log in with Instagram. I use a web view to display Instagram's authorization page as detailed here. This works great for Instagram users who signed up ...
Paul Crowder's user avatar
15 votes
1 answer
2k views

CLOSED_LOGIN_FAILED and FacebookOperationCanceledException

Using the Android Facebook SDK 3.5, I have constant login problems: I receive CLOSED_LOGIN_FAILED with FacebookOperationCanceledException. I know there are about a million CLOSED_LOGIN_FAILED ...
Gábor's user avatar
  • 9,996
14 votes
1 answer
711 views

Using Invitable friends with phonegap facebook plugin

I am aware that invitable friends (https://developers.facebook.com/docs/games/invitable-friends/v2.0) requires canvas and category game. And I have also requested for user_friends permission on ...
Saad Bashir's user avatar
  • 4,451
14 votes
2 answers
11k views

Facebook is not compressing Java Script files used in Like and Comment Plugin

I have added like and comment plugin on my website after that I ran Google PageSpeed test on my website and found that facebook is not compressing(gzip) these files.Any solution for this problem??. ...
amit's user avatar
  • 260
13 votes
1 answer
2k views

Cordova Facebook Connect fail on init

The error is: Cordova Facebook Connect fail on init Something went wrong com.facebook.Session I am using this cordova plugin: https://github.com/phonegap/phonegap-facebook-plugin I also ...
Rico Chan's user avatar
  • 2,336
13 votes
2 answers
882 views

Testing Disputes and Refunds in Facebook Payments

We're very close to launching our app and we want to test the dispute/refund process. We've made several successful test payments however we're hesitant to dispute them. Will our app get flagged? ...
Chad's user avatar
  • 131
13 votes
1 answer
600 views

The Custom Property of My Custom Open Graph Object is Not Shown in the Share Dialog

I cannot get the custom properties of my custom Open Graph object displayed in the Share dialog of my Android app. I created a custom object channel in the namespace myradio_android, and defined a ...
burakk's user avatar
  • 1,281
13 votes
2 answers
8k views

How to add facebook authentication to login page when using instagram API to authenticate users?

I use instagram api in my app. Per documentation I redirect users to api.instagram.com/oauth/authorize to let the user login with their instagram account. The page the user sees is : This works fine ...
Edward Mehr's user avatar
12 votes
0 answers
1k views

What is the purpose of the new &__cft__[0] and &__tn__ parameters in Facebook post & comment URLs?

In Facebook, the timestamp on a comment or post is a URL pointing to that comment or post. You can right-click one of those timestamps and "copy link address" or "copy link location&...
Dave Burton's user avatar
  • 3,020

15 30 50 per page
1
2 3 4 5
2333