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.

CodeIgniter is an open-source PHP web development framework created by EllisLab Inc. The framework implements a modified version of the Model-View-Controller design pattern.

learn more… | top users | synonyms

0
votes
0answers
35 views

Facebook App redirect to domain

I am creating Facebook application using PHP, in authentication process, facebook redirect to my domain, This is simple code to get authentication:: $params = array( 'scope' => ...
0
votes
1answer
60 views

Codeigniter Session Class not displaying session variables set by other domain

In my site i have integrated facebook login. Site is developed using CodeIgniter framework. In facebook login, after authentication carried out by facebook, certain session variables are set by ...
0
votes
0answers
74 views

Addthis Facebook Like Button Not Working Properly

I made a facebook like button by addthis features, but only the facebook like button does not work properly. here is the link of my app. http://batikpijar.com/A523-batik-kaos-tulis-bledak I have ...
0
votes
1answer
113 views

facebook login with codeigniter working in localhost but not working on server

function fblogin(){ $base_url=$this->config->item('base_url'); $facebook = new Facebook(array( 'appId' => $this->config->item('appID'), 'secret'=> ...
1
vote
1answer
152 views

Facebook connect API returning null object in codeigniter

I'm having a very strange and weird issue in Facebook connect API inside my Codeigniter 2.1 project. My site has social login feature and all the codes I test in my localhost works perfectly well. But ...
-2
votes
0answers
29 views

Facebook Sharing Query [closed]

As I am using this query for sharing, when a user post on his wall the post send to all those who are in the friend list. This query is for private. I also have a table of friend list if you need to ...
0
votes
1answer
25 views

Facebook apps will be still be login while you are logged out from facebook, How?

I am working on the facebook apps, I got problem like when I logged out from facebook, my facebook apps will still be logged in. Can please any body help me on it.
0
votes
0answers
25 views

Is it safe to remove square brackets contents from User Agent string (because of Facebook iOS App)?

We have an iPad optimized website which we advertise on Facebook. Our users were shown the mobile site instead of the actual site when they came to site with the Facebook App. "Mozilla/5.0 (iPad; ...
0
votes
1answer
43 views

How to provide Facebook Meta tags for link to a file?

I have the following url to a file on my website: http://www.foo.com/download/1 This downloads the file with the force_download function, using the download helper. I've been requested to provide ...
1
vote
1answer
122 views

Facebook APP with Shared SSL in codeIgnitor

I have a host with shared ssl in hostgator.com, I uploaded codeIgnitor site in public_html(root) directory. I want to develop a website as well as facebook application. website run successful with ...
0
votes
1answer
209 views

Use of undefined constant CURLOPT_IPRESOLVE - assumed 'CURLOPT_IPRESOLVE'

i have http://www.idiotminds.com/login-with-facebook-in-codeigniter/ but i have error > A PHP Error was encountered > > Severity: Notice > > Message: Use of undefined constant ...
0
votes
2answers
24 views

Pushing updates to specific users

I've seen this technique used by Facebook, they have a join list feature which would allow certain users to receive the update version while other people would still be using the old version. How is ...
3
votes
2answers
90 views

Redirect issue in codeigniter with using tank auth social

i want to login my website with facebook and save the user data into the database, for this i am using tank auth social libray, every thing is perfectly fine but when i click to login with facebook it ...
0
votes
1answer
54 views

Facebook feed- picture is not coming

When I am posting a feed to my wall every thing is working properly,but the picture is not coming . $ret_obj = $this->facebook->api('/me/feed', 'POST', ...
0
votes
0answers
269 views

Facebook Scrape Information- Response code 206 error

I used facebook comment plugin.When I wrote the following meta tags on my html page.I am using Codeigniter frame work for my application. <html lang="en" xmlns="http://www.w3.org/1999/xhtml" ...
1
vote
0answers
122 views

New posts have wrong facebook like button code

I have a site where each new pictures uploaded has their own view page with a url like http://mysite/pictures/view/27963. // App is made with Codeigniter over nginx Since about one week ago all new ...
1
vote
1answer
163 views

Facebook login sample in Codeigniter [closed]

I am trying to login with Facebook account. I get many data about this topic, and then i try to use it, but unfortunately i can't success. Kindly someone send me a sample that has done this. This ...
0
votes
1answer
585 views

Codeigniter - Facebook Login and registeration sing PHP SDK

I am using Facebook PHP SDK with Codeigniter to do login and registration using Facebook. For this I am using This tutorial my controller 'facebooktest.php' code is: <?php if ...
2
votes
1answer
57 views

facebook comments plugin- unable to work on web server

When I am using facebook comments plugin it is working on localhost but not working when I uploaded my files to web server. <div id="fb-root"></div> <script>(function(d, s, id) { ...
0
votes
1answer
629 views

Codeigniter: Facebook PHP SDK Connect Tutorial [closed]

can anyone suggest me any tutorial for connecting Facebook PHP SDK OR Facebook JS SDK with Codeigniter. Thanks in Advance.....
0
votes
0answers
159 views

send facebook notification to friends

I want to send the notification who are not installed my facebook application. following are my code.am not sure facebook notification api work on localhost or web host.In localhost I am running this ...
0
votes
0answers
67 views

Session not work in codeigniter

In my facebook app I am using Codeigniter and I'm trying to store the session in the database. When the user first visits the app the session_id, ip_address, user_agent, last_activity, user_data are ...
0
votes
3answers
348 views

facebook php sdk $this->getUser always returning 0

I have searched a lot for this question and found no particular solution for this question.I have seen many examples and so-called solutions but none of them have worked. On top of that I am doing ...
0
votes
1answer
35 views

Google indexing unwanted pages with facebook app id

I'm not sure where to ask for help for this if it's not the place, please let me know where. I recently noticed that I have pages indexed in Google that doesn't have any content and it's using an ...
0
votes
2answers
96 views

Facebook php SDK: On entering IP in App Domains, shows error as 'Invalid Domain'

I am want to do login and register using Facebook-PHP-SDK in to my project. In the App Domains Field, I entered my IP as 192.168.10.10 then it showed error as App Domains: 192.168.10.10 is not a ...
1
vote
2answers
321 views

best codeigniter 2.1 authentication library with social networking site integration

What's the best codeigniter authentication library out there that supports social networking integration such as facebook, twitter, linkedin, google+ etc? Currently I'm learning a3m which is ok, but ...
-1
votes
1answer
97 views

CSS not loading properly only in my Firefox

CSS is not loading for my site Locopari.com correctly in my Browser. Check in your browser http://locopari.com/ If I reduce it just by 1 pixel it will display correctly, I tried all other ...
1
vote
0answers
508 views

Facebook login works on desktop but not mobile

When I try to use Facebook login for my website (it's how we signup users) it works perfectly on a desktop, but when I try on a mobile device the oath dialog says "An error occurred. Please try again ...
0
votes
1answer
55 views

Facebook Apps using PHP sdk

I am developing facebook apps. Can anybody help me how to get the friend lists who are using same facebook apps .and also how to send the notification to friends who is using facebook apps like. A is ...
2
votes
1answer
228 views

Export facebook contact to my website [closed]

I have one sites implementation which i want same feature like yahoo have (Export contact to facebook ) like email,phone number and name using PHP so is there any library to use this feature so i can ...
0
votes
1answer
121 views

get file path from url in php?

I am using php sdk for uploading images to facebook album.For this I need to give real path of Images.Incase of my server I can give real path of the image and upload to facebook is working fine. But ...
0
votes
1answer
133 views

Cache facebook/twitter profile image

I want to let the users upload their facebook/twitter profile picture as an avatar. I insert a record with their token/secret in the DB. I've made a script that gets the user's id and displays the ...
-1
votes
1answer
209 views

should I change facebook login code according to February 2013 Breaking Changes?

In my website I implemented login with facebook. But Facebook announced in their February 2013 breaking changes that they are going to change some functionality. According to this should I change my ...
0
votes
1answer
56 views

Can I get picture into server from URL with PHP? [duplicate]

I am in the process of developing my first Facebook application with PHP and Codeigniter. I am at a point where I have the following information provided to me in an array: array(11) { ...
0
votes
3answers
68 views

Login with facebook possibility

I have a question about a facebook login on my webapplication. Users can either login with facebook or register manually. After registering manually, the user is added to the database 'users'. When ...
0
votes
1answer
78 views

Facebook SDK logging in user without needing to go to the login url

For some reason, whenever I am logged in Facebook (i.e. facebook.com) the user is automatically authenticated on my website (after 2 refreshes) which is using the Facebook SDK. But the strange thing ...
0
votes
2answers
57 views

Get Facebook space name PHP

Is there a way to get the facebook namespace starting from appid and secret key? I need this information because of this: $request = ...
0
votes
2answers
149 views

Storing facebook user birthday to mysql

I am using Codeigniter and mysql. I got the facebook user birthday with 01/23/1999 format and I got date YYYY/M/D format in mysql table. How can I insert it? I tried but I got 0000/00/00 and also ...
0
votes
1answer
93 views

Facebook signed request not providing all information

I've placed in the SDK properly into my CI setup, and I run a bit of code like this: if (!empty($_POST['signed_request'])) { $signed_request = $_POST['signed_request']; } ...
0
votes
1answer
172 views

Facebook PHP SDK & Codeigniter: Unable to load config

my config/facebook.php $config['appId'] = 'XXXXX'; $config['secret'] = 'XXXX'; $config['fb_access_token'] = 'XXXXXX'; my controller: $this->load->library('Facebook'); echo ...
0
votes
0answers
50 views

App facebook redirecto uri mobile error

I have created a facebook application with CodeIgniter. The starter kit https://github.com/ncerminara/Facebook-Starter-Kit-for-Codeigniter In the settings I have set the following links Canvas page: ...
-2
votes
1answer
344 views

Codeigniter library , login system [closed]

I am looking for user/login/authentication library for Codeigniter or something else written in php that I can use as a full solution for my user login system. I need a system that will allow users to ...
1
vote
2answers
386 views

codeigniter login with facebook getUser() return 0

Well I'm trying to implement login with facebook using codeigniter I always have 0 when I call getUser() function , I tried all the possible solution but none of them works for me I don't know why , ...
0
votes
1answer
101 views

Trying to implement login with Codeigniter/MVC … expecting TRUE, receiving FALSE. Why?

i'm trying to implement a Facebook login procedure and it's not working. I have a POST to AJAX that seems to be interpreting a returned TRUE incorrectly. And although I've put logs throughout to ...
0
votes
1answer
94 views

Why does Facebook auth redirect cause server error?

I have built a simple url shortening app in codeigniter that also allows users to login via facebook. When authorizing for the first time it returns a server error after allowing permissions on ...
-1
votes
1answer
83 views

php facebook login array merge error

i am trying to intugrate facebook login to my site, the error i am getting is: array_merge() [function.array-merge]: Argument #2 is not an array Filename: fb/base_facebook.php Line Number: 529 the ...
0
votes
0answers
76 views

facebook access token randomly expires

I am logging in via Javascript and I am using the method below to check facebook cookie and extract signed_request out of it: function get_facebook_cookie($app_id, $app_secret) { ...
0
votes
3answers
107 views

Way to know if a user is Logged in ,across a Facebook Application.

So I am building an application using Facebook login and authenthication. Everything is fine and dandy using the code below (as per the doc) require 'facebook-php-sdk/src/facebook.php'; $facebook = ...
1
vote
1answer
260 views

Facebook PHP SDK access token randomly expiring, how to seemlessly refresh without load time costs

So I am using the PHP SDK on my website. I have developed a registration form and login form. The facebook login link is generated, the user clicks and authorises the app. They are redirected to my ...
0
votes
1answer
110 views

Facebook API error while login

I am using Facebook PHP SDK with codeigniter. When I login into facebook with app creator's id, Login functionality works fine. But when my friend login to facebook, Login functionality doesn't work. ...

1 2 3 4 5 6