Tagged Questions
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.
0
votes
0answers
5 views
Open Facebook Event in Android?
In Android, there is a way to open Facebook application in a specific event page?
There is a intent to do this?
0
votes
0answers
4 views
How to unlock shares on facebook?
I want to share a status too many times on facebook but Facebook will block my sharings if I try to share too many times . So how can I manage to share too many times in a small time?
0
votes
0answers
8 views
Android Facebook login - How to rerequest Email permission when rejected
I googled nearly half a day and I couldnt find any example which can solve this issue. The case is this. User in first time login sees email request and rejects it. Next time when he logs in then it ...
0
votes
1answer
9 views
Will App Link work with apps that were installed by testflight (iOS)?
I am new to App Link and learning the basics. I was looking at the documentation and could not find the answer to this question. We are in our beta testing, using Testflight with external testers. We ...
0
votes
0answers
15 views
Android KeyHash Valid when Debug, Invalid when I install the App from APK
I got KeyHash using this.
Of course, I copied this (KeyHash, package name and main activity class) to facebook settings according this.
And when I debug my app it looks fine (I can login and logout ...
0
votes
0answers
14 views
React Native - What is and isn't possible with React Native?
I'm a web developer and have been playing around with React Native for a few days now and slowly getting the hang of how things work. I want to build a project but I don't even know if it's possible ...
0
votes
1answer
10 views
ParseUI error when working to add Facebook using swift
So I am following the steps on the parse website ( https://www.parse.com/docs/ios_guide#fbusers/iOS ) to add Facebook login. However Xcode is giving me the error '() -> FBSDKApplicationDelegate!' does ...
0
votes
0answers
14 views
Unable to execute dex: Multiple dex files define Facebook SDK
I´ve seen lots of post about this issue, but none have solved mine so far.
I´ve "exploded" the facebook sdk and the support v4 into my project. And from what I can see I have facebookSDK.JAR located ...
-2
votes
1answer
15 views
Can't export events to Facebook using Graph API
We're trying to export events from our web site to Facebook throught Graph API, and it worked fine, but now this functionality is impossible to do.
I did some research about this, and found that many ...
0
votes
0answers
18 views
Open Graph tags not working in WordPress/Codeigniter integration
My website is wpci-dev.com. I have integrated a Codeigniter web application with WordPress. In the WordPress theme header, I have placed these meta tags:
<meta property="og:title" ...
0
votes
0answers
20 views
Logout from Facebook OAuth automatically
Users of my AngularJS app can login/register with OAuth2 using Facebook or Google as a provider.
When they logout of my app, I'd like to also give them an option to logout of their OAuth provider ...
0
votes
0answers
13 views
Android Studio 1.1.0 Facebook SDK Login “has stopped” error
I am trying to add login button to my app.I have imported module.This is my Main activity
package com.example.berk.berk;
import android.support.v7.app.ActionBarActivity;
import ...
0
votes
0answers
13 views
iOS 8.3 causes problems with onInvoke functionality
I use Facebook Authorisation in my app. It works via Web-flow and returns data to my app via CFBundleURLTypes/CFBundleURLSchemes feature.
After update iOS to version 8.3 I faced the problem that ...
0
votes
0answers
6 views
FBAppCall removed from Facebook update 4.x - return to app after Facebook login
Since the update to Facebook 4.x, the following no longer works:
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
{
return [FBAppCall handleOpenURL:url ...
0
votes
0answers
19 views
like open graph object from native android like button FB SDK V 4
I am trying to implement Facebook like button using LikeView in my Android app. I have integrated SDK4 with the app.
I want to like a photo published by my friend.
This is my code
LikeView likeView ...
0
votes
0answers
3 views
Facebook POL-P8 error
I got an error on facebook.
I was sending emails with "TotalConnect" service to facebook users but fb sent me back an error: POL-P8 The message does not comply with Facebook's abuse policies and will ...
0
votes
0answers
13 views
Android Facebook SDK 4.0.1: How to get number of invites sent back from AppInviteDialog
Does anybody know if there's any way to get the number of invites sent back from the new FB AppInviteDialog? I'm able to get an AppInviteDialog.Result, but it doesn't seem to contain any useful ...
-5
votes
0answers
15 views
New facebook php sdk
Hello I was told that a facebook perform the update in early 2015, I wish to have the new facebook php sdk I would be grateful if someone gave me a link to download it.
0
votes
0answers
11 views
Facebook SDK v4 error : Class 'Facebook\HttpClients\FacebookStreamHttpClient' not found
I added the facebook's SDK into my PHP project and i try to get user's data
But I’m getting the following error even I have included all the required library files in the correct directories. But no ...
-1
votes
0answers
3 views
Using the Facebook App for auto login in unity
I know how to create regular login and sharing using the Facebook SDK.
But I want my users to have a smoother experience when dealing with share their score.
Is there a way that Unity will Auto-login ...
0
votes
1answer
9 views
Facebook app throws error “Given URL is not allowed by the Application configuration”
So I added a like box to my canvas application, but ever since keep getting the following error:
Given URL is not allowed by the Application configuration: One or more
of the given URLs is not ...
0
votes
1answer
9 views
What is the new implementation of app requests dialog in Android Facebook SDK 4.0.1
I was using old implementation of Facebook apprequests dialog in my project like:
Bundle parameters = new Bundle();
parameters.putString("message","invite friends message...");
...
-1
votes
0answers
11 views
How to post picture along with text/caption on Facebook
I am developing a application in which I want to share the picture on the facebook wall including my app link on playstore. I am using the Sharing intent to open the shooser dialog to make user open ...
-1
votes
1answer
14 views
Increasing the life of access token in facebook to directly integrate it with python facebook-sdk, without having any app-id and app-secret
i was trying to develop this gist https://gist.github.com/krishnachaitanya9/62f6ce5f8fd948933977#file-facebook_notification I am using Python-sdk to code facebook Graph-API. I am using Access token ...
0
votes
0answers
15 views
Facebook mobile browser and cookies
I have problem that facebook mobile browser (open website from facebook) does not remember cookies (Android and iPhone).
I'm setting cookie like this:
setcookie('acceptEntrance', true, time() + ...
0
votes
0answers
15 views
OAuth: new login-flow?
I noticed that the login-flow seems to have changed recently? Our desktop app requests extended permissions with this login-url:
...
-1
votes
1answer
13 views
Why is Facebook using UICollectionView instead of UITableView for there News Feed
if someone doesn't know, Facebook open sourced a new library called componentkit
The documentation says
ComponentKit really shines when used with a UICollectionView.
Facebook developed this ...
0
votes
1answer
13 views
Facebook intent share not working?
I want to post some message on Facebook wall through Intent. But the code is not working
Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND);
shareIntent.setType("text/plain");
...
0
votes
0answers
18 views
when i try to login first time using Fb login i get error and 2 second time when i try to login i loggedin succesfully
when first time i try to login I get error message in exception:\
[message] => An active access token must be used to query information about the current user.
The following is my code:
...
-10
votes
0answers
20 views
How to invite user's Facebook friends when login with Facebook in my website? [on hold]
I am developing community website where user can login with their Facebook details.
Now I want to invite user's Facebook friends to my website like Pinterest does.
I am using PHP SDK v4 for Facebook ...
0
votes
2answers
13 views
how to integrate facebook page on android application?
I don't know how to add a link that goes to a page facebook on android application.
I have already an image button that i want to be clickable and send the user to our facebook page.
thanks
0
votes
0answers
12 views
Facebook Posts disappaer
I posted something on a page wall in Facebook (using Graph-API). Checking the data via Graph-Explorer results with posts from me. An example:
{
"id": "640047619xxxxx_6405845194xxxxx",
"from": {
...
0
votes
0answers
14 views
Server redirected too many times (20). Java.net.ProtocolException [on hold]
I am getting this error constantly. I have tried setting Cookies with
java.net.CookieManager cm = new java.net.CookieManager();
java.net.CookieHandler.setDefault(cm);
but it doesn`t work. Here is ...
-1
votes
0answers
15 views
Facebook feed dialog, when closed with the 'X' icon, redirects to index
On my website, I am using Facebook's js sdk to display a share dialog for my users, in an inner page, say
example.com/pagewithsharedialog
with the following code:
FB.ui(
{
method: ...
0
votes
0answers
8 views
UIActivityViewController to post different image and text for Twitter and Facebook
In my project,I am using UIActivityViewController to do Facebook,Twitter and email sharing.I want to share separate text and images for facebook,Email and twitter.How can i do that?
...
0
votes
0answers
20 views
Ruby on Rails and Javascript for facebook Apis [on hold]
I am having the following Ruby on Rails versions.
Rails 4.2.1
Ruby 2.1.5p723
I am very new to Ruby on rails and was trying to get my hands on it. I am making a simple Web App. To begin with I want a ...
0
votes
0answers
11 views
FB Api - Unable post a photo to page's album by IOS App
I try to post a photo to an album from an iOS app. I want users upload their photos to a fan page's specific album by their names, not page owner.
The problem is like the problem mentioned below:
Post ...
0
votes
0answers
9 views
Facebook debuger - Error parsing input URL, no data was cached, or no data was scraped
Facebook share doesn't work for some URLs from my site.
The Facebook Opengraph debugger gives me the following "Error parsing input URL, no data was scraped" on this URL: http://casamuzicii.md/
But ...
0
votes
1answer
6 views
Spring-Social facebook using PagingParameters and page count
I'm using spring-social for facebook, <version>2.0.0.RC1</version>
I have some problem using PagingParameters, I want to read all feed using pages.
this is the code:
...
-2
votes
1answer
21 views
facebook error function response is not defined [on hold]
if (response.status === 'connected') {
$.ajax({
url: 'https://graph.facebook.com/oauth/access_token',
type: 'GET',
...
-1
votes
0answers
6 views
How to overcome issue with domain while trying to create an app for integration between SAP C4C and Facebook?
I have a problem with creating a new app for connection between Facebook and SAP C4C system.
After creating an app I can't specify app domain for it. The domain is correct because I use the same ...
0
votes
0answers
13 views
How to share on facebook if session is true in android
How to share on facebook if facebook session is true.
|--------------|
| share on FB |
|--------------|
if above button share FB click , then share on facebook with name and clicked image.
...
0
votes
1answer
29 views
How to make facebook app with Single Sign On enabled?
I am a beginner developer.I have android app which plays national anthem when pressed relevant button
I want to have facebook login in my app.So that i can know where the user is from.I've read this ...
0
votes
2answers
10 views
Facebook share link does not remember the URL to share
This related question and its answers explain what a Facebook share links should look like:
http://www.facebook.com/sharer/sharer.php?u=#url
But when the user is not currently logged in to Facebook ...
0
votes
2answers
32 views
Facebook Login CallbackManager FacebookCallback not called?
I trying to login with LoginButton but the login callbacks are not being called.(LoginButton is in a Fragment) .
FacebookSdk.sdkInitialize is called in the Application onCreate
No Callbacks are ...
0
votes
1answer
20 views
Android Facebook Integration Hash & Release key Error
When I run from directly eclipse it successfully work but when I export sign in application package and install exported app then it will give following errors:
invalid key hash.the hash key ...
0
votes
0answers
16 views
splitdexfile causes crash : Facebook SDK Parcelable encounteredClassNotFoundException reading a Serializable object
I tried to apply splitdexfile option to split Facebook's sdk as a separate dex file.
What I've done so far:
1) I've added below line to my dexguard-project.txt file:
-splitdexfile com.facebook.**
...
0
votes
1answer
10 views
How to save the response data return by Facebook in Java class using Spring MVC
I am trying to save the user data which is return by the Facebook response.
I am using Facebook Javascript.Response is in JSon format and I want to parse it first and then save it in to my database ...
1
vote
1answer
15 views
Android - Facebook SDK 4.0.0 - ShareDialog doesn't show when image sharing
I got a problem with using facebook SDK for sharing an image.
I created a button which invoke native facebook app sharing dialog.
But unfortunately, it doesn't show up. And the error ...
0
votes
0answers
13 views
Facebook Invalid redirect_URI
We have Facebook canvas app and Signin using Facebook buttons which works perfectly fine when opened from desktop, but same doesnt work when opened from App center of Facebook Android app.
While ...