Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The hide tag has no wiki summary.
0
votes
0answers
39 views
Facebook login plugin how to hide text: “[username] uses [appname]”?
Haven't found the answer to this, but I'm still looking how to remove the text.
When a user logs in, the facebook login button will turn into a logout button, but it also shows this text: ...
0
votes
1answer
32 views
Error when trying to hide a page post
I'm trying to hide a page post by setting is_hidden to true. I'm POSTing to this url:
https://graph.facebook.com/[post ID]?is_hidden=true&access_token=[page access token]
I get this error ...
0
votes
0answers
85 views
How to hide a Facebook post from timeline?
I'm desperately to hide a Facebook post (mine or a friend's post) on my own Timeline but it doesn't work, I don't even know if it is possible !
What I've done is :
_ First, I checked on my timeline ...
0
votes
1answer
105 views
How to hide a tab from a fanpage during development
I'm wondering how to hide a Facebook tab from a published fanpage while the tab is under development, so that it only appears for page Admins?
In order to edit tabs it seems that they have to be ...
0
votes
0answers
102 views
Is it possible to hide / deny an image from Facebook's og: Open Graph?
I am wondering if it is possible to hide / deny an image from Facebook's og: Open Graph? I have a link to an image in og header but it is still giving option for another image on my page:
<meta ...
0
votes
0answers
18 views
Hiding use of app from other users of app
I am aware that there is a query in FQL that tells users of the same app whether your a user of the app:
$app_using_friends = $facebook->api(array('method' => 'fql.query', 'query' => 'SELECT uid, ...
-2
votes
1answer
131 views
Facebook. How to add app to Facebook page and let them work together [closed]
I want to ask you, how to add my app to facebook Page?
I want to make "Press like before see content" I have this script.
<?php
$request = $_REQUEST["signed_request"];
list($encoded_sig, $load) = ...
0
votes
1answer
107 views
Is there a way to hide the standard Facebook Chat Bar (without going offline)?
We're building a Facebook app that is basically a web integrated chat client on a canvas.
However, every time a message is entered or received in the app, a corresponding chat window pop up or ...
0
votes
0answers
157 views
hide/unhide Post not working
I am trying to hide a post with facebook-graph-api.
$mydata = $facebook->api("/$UId_$posId",'POST',array('access_token' => $page_access_token,'is_hidden'=>'true'));
but am getting this error:
...
-1
votes
1answer
21 views
We have an app that we only use 6 months out of the year. Can we temporarily deactivate it without deleting it? [closed]
We have a facebook app that we only use six months out of the year. Can we temporarily deactivate it without deleting it?
-2
votes
1answer
240 views
Facebook hide content from non-fans in a unique way
I need to build a tab looking like this one:
https://www.facebook.com/auto.co.il/app_134594493332806
I know how to add an image and a comment box and i know of several "plain" ways to hide the ...
0
votes
1answer
85 views
Hide Facebook app from google search
Is there any way of hiding our Facebook app from Google search. The app runs in an iFrame and I have tried using a robots.txt file in the same place as the iFrame URL and using meta tags but the app ...
0
votes
3answers
293 views
Hiding facebook app_id in Android Application
I am wondering if it's possible to hide the Facebook app id for my application? The apk can be decoded with special tools like apktool and I don't want my Facebook app id or other private information ...
1
vote
1answer
864 views
Hide Facebook Like Button Count But Allow Comments
Is it possible to hide the counter on the Facebook Like button without hiding the comments box that pops up? This older thread seems to allude to being able to do so but none of the example I tried ...
0
votes
0answers
72 views
Hide Facebook Comments via API [duplicate]
Possible Duplicate:
Hide Facebook Comments
Can I know whether Facebook API allows to hide comments automatically? Thank you.
1
vote
1answer
241 views
Hide Facebook Comments
Can I hide facebook comments of a page automatically via facebook API? Can you please tell me the way to do it. Thank you.
0
votes
1answer
89 views
How can I hide the connect_widget_user_action class in like facebook button?
I have a facebook like button in my web site in the home page.
The code for it is:
<div><iframe id="ifFacebook" ...
0
votes
1answer
407 views
How can i hide my facebook application activities?
I do not want my app users to know who else uses the application. Can i hide it so that it doesn't show in the search and can only be accessed with invitation.
0
votes
1answer
706 views
Remove Facebook Like button from Contact Page on Blogger
I just added a like button to my blogger, first it didn't work, but now it does,but it shows on all the pages I created on blogger Including the Contact Page ...
1
vote
4answers
3k views
How to hide iframe with FB Like button on click?
I'm using this code (standard FB Like):
<div id="like"><iframe ...
1
vote
3answers
1k views
Facebook LIKE button hiding when page is already LIKED by user
I'm trying to create a page on my site where the Like button should be hidden if the user already likes the page. If I can't hide it, then maybe there's a way to get a callback when the like button ...
