0
votes
0answers
17 views

Application works on localhost but not on internet, curl error n° 7

I've been trying to solve this issue for like 2 weeks now. Here's the problem: I recently created a facebook application for a website I created. I developed the website entirely on my computer in ...
-1
votes
0answers
23 views

How to get data in codeigniter input field as value? Facebook api + codeigniter

I'm wondering how can I pass data to my form in codeigniter script? I'll show you what I need and what I have tried, without success. Master_controller file: if ($this->db->where('id_user', ...
0
votes
1answer
27 views

Call function in the controller from a model - codeigniter

i have implement the php sdk for the facebook login in my project.. and all works with the login except the logout. how can i write the code to call a function from the controller to destroy the ...
-3
votes
0answers
13 views

Facebook Permission to Post Wall [closed]

Hai guys am thinking of making an alumni website, I want to use facebook sdk in my site. The main things i want is , if a user posts on alumni website it should be published in his facebook wall. ...
-2
votes
0answers
11 views

Storing data from facebook php sdk to Database [closed]

I have a quick question, is it safe to store data directly in php from $user_profile variables? for example using $user_profile['id'] in a MySQL query. Example: I'm making a button that will sync ...
0
votes
0answers
11 views

Could the access_token endpoint return a 200 on an error?

I'm reading up on the login flow and looking at the API's response of OAuth's access token endpoint: The response you will receive from this endpoint, if successful, is ...
0
votes
2answers
30 views

Can´t get the logout session from facebook to work

i tried to use the facebook login in my project. For this i use the PHP SDK in codeigniter.. all works and i can do the login and retrieve data to my page. But i can“t understand why the logout ...
0
votes
1answer
18 views

How to execute a function only at start? Facebook PHP-SDK

i have created a facebook app, it's a site based on PHP and some mySQL functions. There is a mysql function that consumes a lot of time, and i want that this function is only executed at the ...
-2
votes
0answers
12 views

How to run an app facebook on background [closed]

I'm working on FB application , but I didn't figure out how to make it running in the background ,which mean the app will be always running if the user is connected to the facebook , I don't know if ...
0
votes
1answer
18 views

post photo to facebook fun page with php

i am trying to post image to a facebook fun page, it's working will on my own wall but the fun page not and have no problem with posting text to fb fun page wall. $photo_url = ...
-5
votes
2answers
16 views

How do I build a follow button and a whole follow system? [closed]

For example. Like a follow button for twitter. A system like that
-1
votes
0answers
20 views

How to download images from facebook using php on heroku [closed]

I want to design a Facebook application using which the user can download all the images he has in a particular album.I have got the link of all the images in an album of a user using graph API. I ...
-1
votes
1answer
21 views

The redirect_uri URL must be absolute Facebook login PHP SDK

i try to implement the facebook login in my project in codeigniter. i use for this the php sdk. my problem is when i click on my login button it gives me this error: The redirect_uri URL must be ...
0
votes
1answer
14 views

PHP SDK - Post Image to facebook fan page

I have a file url (http://example.com/image.jpg) and I need to make an image post to a facebook fan page (already have the access token). What is the best way to do this with the facebook PHP SDK? ...
1
vote
1answer
14 views

Facebook Graph API get average amount of users “friends of friends” using fql

im trying to calculate the average amount of friends friends for example if the user has 4 friends : friend A with 5 friends friend B with 10 friends friend C with 15 friends friend D with unknown ...

1 2 3 4 5 436
15 30 50 per page