Skip to main content

All Questions

Tagged with
685 questions with no upvoted or accepted answers
7 votes
0 answers
3k views

Opening page in facebook app only opens app itself

I have jQuery Mobile app, wherein I have a link to an associated facebook page. What I want to do is open the page in the facebook app if it's installed, otherwise open in the default browser. I ...
David's user avatar
  • 588
5 votes
1 answer
2k views

Facebook stops custom parameters (image,title,description) through FB.ui?

Today I check my site and this code not working: <script> ... FB.ui({ display: 'dialog', method: 'share_open_graph', action_type: 'og.likes', ...
Erekle M.'s user avatar
  • 105
5 votes
0 answers
835 views

Prevent automatic close of the Facebook share popup

I am using below mentioned code to share my page into Facebook. My problem is when i click the share button it shares my page correctly but it closes the popup window but i don't want to close the ...
Naju's user avatar
  • 1,541
4 votes
0 answers
3k views

use facebook sdk on localhost. Must I use https?

I’m trying to write a web app where the users can log in with their Facebook account. The app should let the user log in through Facebook with a button and once he has logged in he’s redirected to my ...
Lx2pwn's user avatar
  • 323
4 votes
2 answers
2k views

How to customize Invite Friends Dialog (send lives) in Facebook and make select all friends ability?

So I'm creating flash game for Facebook. I want to ask you how to customize invite friends dialog like this: I need to make something like in picture: 1. Send lives system; 2. List of friends who ...
user avatar
4 votes
1 answer
262 views

Facebook Sharer URL via app id and Phonegap

I saw an example online about using the sharer.php page that facebook allows can I also track who uses this via the APPID in the facebook developer app section. Here is my example. $(document).on('...
user2443851's user avatar
3 votes
0 answers
1k views

Re-enable the console in Dev tools on facebook

On facebook if you try to use the Console via Dev-tools it blocks you from entering anything. This was well laid out here: How does Facebook disable the browser's integrated Developer Tools? ...
user avatar
3 votes
0 answers
87 views

Facebook: create image from html and share it

I have used before facebook's SDK to share the content of my website like this: <html> <head> <title>Your Website Title</title> <!-- You can use Open Graph tags to ...
SlimenTN's user avatar
  • 3,513
3 votes
0 answers
1k views

Facebook graph api cursor based pagination - cursors values not present

I am using facebook graph api to display a Facebook page's data in a website, there are lots of posts, so i must use pagination because FB now returns only 100 posts per call, so to get next 100 posts ...
dev-m's user avatar
  • 450
3 votes
0 answers
3k views

Preload images with a blurred preview

I have two versions of a picture: A full resolution picture (big resolution, good quality) and a preview picture (small resolution, poor quality Q10, high compressions, very small ~1kb). To preload ...
23tux's user avatar
  • 14.5k
3 votes
0 answers
135 views

How can I select a element with a random generated class if dosen't have id?

I would like to make a simple "Tweet" link with Tampermonkey for the Facebook posts. When you pressed the link, this needs to happened: A new tab opened which redirect you to the post page (for ...
user3545446's user avatar
3 votes
0 answers
351 views

External login using web api

$.ajax({ url: "http://localhost:54581/api/Account/ExternalLogins?returnUrl=%2F&generateState=true", type: Http_Get, dataType: "json", async: false, contentType: "application/...
Insomniac's user avatar
  • 649
3 votes
1 answer
344 views

Facebook - Embedded video code in webpage

I am integrating Facebook video in my webpage. It is working fine, Now I what to detect when user click on play button. Can any one help me to figure out ? Below is my code of html page <body ...
Anupam Sharma's user avatar
3 votes
1 answer
2k views

Creating a facebook style chat with angularjs

I'm fairly new with angularjs and javascript as a language. I don't need help with the sending and displaying, I'm using pusher to make it instant and ng-repeat to display the messages and all that ...
user1919077's user avatar
3 votes
4 answers
1k views

how to remove facebook share button underline

I put this auto generated facebook share button <div class="fb-share-button" data-href="http://www.kafiyedizini.com" data-type="box_count"></div> to my website but there is the text ...
user3466700's user avatar

15 30 50 per page
1
2 3 4 5
46