Skip to main content

All Questions

Tagged with
0 votes
2 answers
751 views

Ajax Call Function - Fire Facebook Pixel Conditionally & Redirect To Thank You Page

I am having difficulty getting this portion of Ajax Call request on my form to work properly. A basic redirect function has been working, however I am trying to update the function to conditionally ...
jdward's user avatar
  • 1
0 votes
1 answer
64 views

How to dynamicaly replace part of a facebook share link with ajax

I have the following interesting situation... im trying to create a modification in the share button link of facebook so that a small part is replaced by a userid number in such manner that when the ...
Psyplant Psytrance's user avatar
0 votes
1 answer
32 views

Ajax keeps sending null values to the method even tho facebook is giving me the requested data

I'm trying to make a login through Facebook, in the console it shows that I'm getting the requested data (email, first_name ...) but ajax keeps sending null data to the PHP method. here's the ajax ...
Yosra Skhiri's user avatar
0 votes
1 answer
49 views

SQL query not being executed from AJAX '$_POST' to PHP file

I'm retrieving user information from the facebook API and sending it via AJAX to my php file to write into the mysql database. The reason for this is so I can generate a random voucher code to give to ...
Inigma's user avatar
  • 15
2 votes
1 answer
60 views

Issues making AJAX requests

I am using Facebook messenger webview to display a form, onsubmit, I want to send messages back to the user and also close the webview. My problem now is that the webview/browser closes without ...
shekwo's user avatar
  • 1,443
1 vote
0 answers
66 views

Update panel does not work after calling the function loginByFacebook()

I'm using Facebook Graph JSON responses in my code to deserialize the JSON string. I created the class as follow. <form id="form1" runat="server"> <asp:ScriptManager ID="...
Michael's user avatar
  • 51
0 votes
0 answers
286 views

Login with Facebook Js SDK - AJAX not working

i have a login page that i want to allow users to login via facebook. The flow is simple. The user (already registered in my app) and logged in in my app, clicks in a fb button and by doing so it will ...
PedroQ's user avatar
  • 15
0 votes
0 answers
98 views

Retreiving facebook authtoken

I'm trying to make a simple page with FB authenticating and retreive some info about a user. The trouble is I only can get to the token in case the user is already authorized and logged in. In case ...
Jan Sila's user avatar
  • 1,573
0 votes
0 answers
20 views

Writing Firefox extension for a page with AJAX [duplicate]

I'm learning to create Firefox extensions. Now I wrote a simple test extension that changes all images on the page to my image: var images = document.getElementsByTagName('img'); var myimgURL = ...
Alexander Rysev's user avatar
2 votes
0 answers
130 views

No fb comments count after ajax call [duplicate]

i am loading post-previews via Ajax. In every post i have a Facebook comments section, counting comments. The problem is that during the Ajax call the Facebook SDK stops counting the comments amount. ...
user avatar
0 votes
0 answers
13 views

Get Facebook referal in Chrome extension [duplicate]

I'm developing chrome extension. In the Facebook post in my feed I see link to the external website in format https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.tangerine.ca%2Fen%2Flandin…...
WhatIsHTML's user avatar
-1 votes
1 answer
174 views

Can't get facebook user's email using facebook javascript sdk

I'm using facebook authentication on my website using javascript sdk. I can get my email and name but I can't get their email, if they're loging in, only their name (it's my fb developer app). It ...
taiko's user avatar
  • 478
1 vote
0 answers
108 views

Share a magnific-popup on facebook

It's posible to share a magnific popup, who is called with ajax, to facebook? In my Magnific popup i have images and text. I want to share not only an image but the whole content. P.S. this website, ...
Dumitru  Barbuta's user avatar
4 votes
0 answers
359 views

Facebook Oauth2 separate service and client: Origin 'null' is therefore not allowed access

I am trying to consume a service at http://localhost:8099/login/facebook through AJAX call, but I am getting an error saying XMLHttpRequest cannot load https://www.facebook.com/dialog/oauth?client_id=...
Nithyananth's user avatar
1 vote
1 answer
249 views

During Login with Facebook process, why are $_SESSION variables set via AJAX not being recognized as being set? [duplicate]

I'm setting up Login with Facebook (using Javascript SDK) and it's working for the most part, with one strange exception I'm hoping someone can help me with. fb-login.php (full code below) has the ...
user3304303's user avatar
  • 1,051

15 30 50 per page
1
2 3 4 5
16