0
votes
0answers
3 views

Facebook /feed/ post 'from' parameter? (PHP api)

I've been looking all over the internet and can't find anyone talking about this but it appears to be happening. Just last week I had a php script working that would post to a Facebook wall on behalf ...
0
votes
0answers
18 views

Facebook is generating new access token every time I refresh

Facebook is generating new access token every time I refresh. Should access token be generated just once when user accept the application? When I go to debug tool and check for every new token that is ...
-2
votes
0answers
28 views

Download facebook images using facebook php api [closed]

Actully How could i download high resolution images from a page using facebook api. what iam trying is collecting all posts of a page and downloading images if have any but the images are downloaded ...
0
votes
1answer
32 views

how can i change the friends displayed so my app can be shared?

i have a display that shows 6 random friends on facebook when using the app, however, what i would like to figure out is how to change the display, so that when the friend is clicked on, they are sent ...
0
votes
0answers
9 views

Can't Access FQL Video Data

I can get the FQL Video data when i am join the facebook developer team in an apps here is the detail output when i am still a developer select thumbnail_link,vid from video where owner = ...
0
votes
2answers
23 views

display only surname using graph api. is it possible?

i have results returned from a friends list, however i would prefer there to only be the forename to be returned rather than the full name. is this possible. also, how could i make the profile image ...
0
votes
0answers
33 views

Facebook server-side authentication returns short-living access_token

I have posted this question in Facebook Developer Group but no-one could give a compete answer. I have a Facebook application which uses server side authentication. The code looks like this: $config ...
0
votes
0answers
9 views

Activity Feed plugin invalid action

Activity feed plugin is displaying my custom action is invalid "The following action types are invalid: complete". I have published this action several times from different users so that I can have ...
0
votes
1answer
64 views

Is it possible to check user's facebook messages without login (in background)

I want to check my facebook app's users messages and if someone gets a new message call a function or do something like that in my server. I use PHP Facebook SDK, the code below gets a user's all ...
0
votes
1answer
27 views

Retrieve facebook messages with php

Is it possible to access user's all facebook messages using facebook php sdk or graph api. I have a web application and I want my users to send and read facebook mesdages on my app.
1
vote
1answer
23 views

Returning empty variables in PHP using Facebook Graph

I am trying to retrieve data from a json feed and display using PHP. Only issue is that some elements will return back empty. As I have this in a loop I want to return each post, however not all ...
0
votes
0answers
43 views

Facebook Graph API Javascript and PHP - no access token transfer?

I am trying to integrate PHP with Javascript and have authentication seamlessly shared (as the facebook docs show). Docs mention that nothing is required from my part to share sessions between ...
0
votes
1answer
72 views

Do you need an access token to post on app user's wall as themself?

Hi I'm trying to figure out how to post on app user's wall from my application as themself. I'm using the PHP SDK 3.2.2. Here's my codes so far. $facebook = new Facebook( array( 'appId' ...
0
votes
0answers
21 views

Posting symbols with Facebook api

I am trying to create special characters '•' (alt+7 with numlock on) on a Facebook api feed post using the PHP SDK. - Well, it doesn't work, there is an issue with the character's encoding. Also tried ...
0
votes
0answers
45 views

Unable to send notification from Facebook App with PHP SDK

I am trying to send Notification to the User , when certain event gets hit . I have used following code to send Notification , But i am getting a error. Please let me know where i am doing a mistake ...
0
votes
1answer
36 views

Facebook Graph API posts appear in user places, but not timeline

I'm working on a site where users can post reviews of places, and then optionally share these review on Facebook. The FB auth is done during login, and the publish_stream permission is requested at ...
0
votes
1answer
35 views

FQL get status updates from stream

I am trying you get the status updates from stream table, I am using php sdk and in my query is specify type to be 45 (which is status update type) but it is not working and I get no results, below is ...
0
votes
0answers
16 views

Facebook graph api - can't delete status (unexpected error)

I'm trying to delete a status I have manually posted on Facebook. My application is using the scope: email, user_about_me, user_birthday, user_hometown, user_website, read_stream, export_stream, ...
0
votes
0answers
29 views

Facebook CurlException 3 No URL set

I am getting FacebookApiException Object ( [result:protected] => Array ( [error_code] => 3 [error] => Array ( [message] => No URL set! ...
0
votes
0answers
57 views

API Error Code: 100 Error Message: Some content in this message has been reported as abusive by Facebook users

Today, out of nowhere, my app has stopped working. I'm getting this message and when i click ok, he redirect and get a server error. API Error Code: 100 API Error Description: Invalid parameter ...
0
votes
0answers
13 views

Share user detail with server from android

I have created Facebook App on developers.facebook.com , I have included website, android and iOS details. I have successfully integrate facebook SDK v3 into Android application, Also I have done ...
3
votes
2answers
53 views

Save user profile info using JS SDK and Ajax throws code 190

I'm using Facebook Connect on a website. I login the user. I ask for publish_stream, user_about_me among other permissions Using JS SDK FB.login function, I check response.authResponse object and ...
0
votes
1answer
25 views

Seemingly missing information from Facebook's Graph API

Consider the following: Friend with ID 1 is in a relationship and has his birthday data filled in as well Friend with ID 2 is also in a relationship and has his birthday data filled in too Both of ...
0
votes
1answer
44 views

Facebook Graph API Location Search Type

Hi and thank you in advance, I am currently trying to send a search request to Facebook Graph Api in PHP, and each time i send a request to the API it returns an empty array. Sending my request to ...
0
votes
0answers
29 views

Is it neccesery to store Access Tokens?

I'm new to FB application Development. Just clear me, after user installing my application imma getting their access token is it necessary to store those access tokens to access their data and post ...
1
vote
0answers
44 views

Opengraph displaying as One to One - Without Object Title

In my facebook app i have given the necessary meta tags for the open graph url. When i publish a story using open graph, the story is published on the wall as One to One - Without Object Title mode. ...
0
votes
1answer
77 views

Is access token required even when publish_stream is granted?

I am a newbie to facebook opengraph and creating facebook applications. I have developed an app in facebook and going by the opengraph tutorial I have inserted the necessary meta tags. Testing the app ...
1
vote
1answer
80 views

Error OAuthException: (#200) when inviting to Event

I am getting the Error: Fatal error: Uncaught OAuthException: (#200) when i try to invite people via an App to an event. My Steps: 1. Getting long lived token with Permissions: create_event ...
1
vote
1answer
21 views

Does data returned api method of Facebook safe?

I use the facebook-php-sdk to perform user login. In some cases, I use the user's email on the Facebook as a key to login. The user data I get from: $facebook->api('/me','GET'); Do this data ...
-2
votes
0answers
35 views

Posts from app to users NewsFeed appear on Timelines PHP SDK

I need to Post NewsFeed to users facebook 'home' (NewsFeed) Page, but he feeds are appearing on Timeline. I am using PHP SDK. using "/user/feed/"
0
votes
2answers
91 views

Cannot obtain page access token through an app that is granted the manage_pages permission

I'm trying to develop a PHP application that will let me make new posts on my Pages automatically, through a cronjob, while I am offline and not logged into Facebook at all. I'm aware that the ...
0
votes
1answer
52 views

Structure of a facebook app with minimal api calls

I read all the articles on FB regarding PHP login, JS login, Canvas app login, but something remains unclear to me. How does one keep a user logged in after the initial login in JavaScript? You ...
0
votes
1answer
96 views

Creating a facebook event and publishing a cover photo

I'm creating a facebook event through the php sdk using $param = array( 'name' => $name, 'start_time' => $ate, 'description' => $description, 'picture' => ...
0
votes
0answers
56 views

get offline access to user's and his friends events

I am developing a facebook app and I need to get the user's and his friends events(attending and declined). Because I am using the facebook Graph API (php sdk) and these calls take a lot of time, i ...
0
votes
3answers
45 views

Filter based on days of the week in a PHP foreach

I am getting from Facebook Graph API the last 3 months page views information from all the accounts that I am admin with the following method: $since_date = date('Y-m-d', strtotime('-3 months')); ...
0
votes
3answers
48 views

facebook access_token clarification

I have an facebook app that is supposed to send some notifications to its users. This will be done by a cron, and I found two ways to get the access_token needed to perform this action: 1. ...
0
votes
1answer
228 views

Facebook PHP SDK - An active access token must be used to query information about the current user

I have problem with Facebook PHP SDK. It always throws that exception. I tried many solutions listed here, but nothing works for me. It seems that Facebook returns to me valid access token, because I ...
0
votes
0answers
24 views

Why am I getting only one event when query FQL via PHP SDK?

I'm trying to get all events of a facebook page via Facebook PHP-SDK using FQL. My problem is, that I'm only getting the latest event and not every event in the future. Whenever I'm running the query ...
0
votes
0answers
56 views

Facebook permissions - App install request

If i open my webpage directly outside facebook it redirects me to install my App and give permissions. But if i open the facebook tab which is linked to the same page it gets me back a blank page if i ...
0
votes
1answer
56 views

Facebook PHP SDK - OAuthException - Active token is valid in http request but in code not

I am getting this error when i open my app canvas. I already found out in which line the error comes up. User is logged in <-(echo by php) Short Token is: XXXTOKENXXX <-(echo by php) Fatal ...
0
votes
0answers
35 views

making facebook poll using graph api

I want to make facebook poll from my website, but the thing is with $obj_facebook->setExtendedAccessToken();. To escape the problem of token expire i use setExtendedAccessToken(); method, After then ...
0
votes
0answers
40 views

How to publish on Facebook timeline, more than 60 days after user gives permission like Thunderclap.it

On thunderclap.it, users choose a cause to support, give post permissions (publish_actions) and when the cause "expires" it automatically posts to all the pledged users' feed at the same time. This ...
0
votes
2answers
53 views

How to send the OAuth Dialog from php server to javascript client

I've already added a php script (server side) to my programme, and i can login, logout and retreive informations from Facebook. My JavaScript client can retreive those informations from the server by ...
0
votes
0answers
39 views

Login for Server-side Apps - Use a remote API

I would like to know how i can connect to a Facebook account with a remote API Facebook. In the server side i use php sdk, and i would like to connect with a javascript client. I've already tested ...
0
votes
0answers
66 views

Facebook Graph API POST picture in a specific app album

I have a Facebook App that POST a picture to a specific album created also by my app. If I run the app the second time it will create another album and POST the new picture there. I would like if the ...
0
votes
1answer
34 views

Facebook PHP SDK empty album

I am working on a Facebook App that get the user Facebook albums and pictures. I all works fine but if the user has an album with no picture in it my app crash because it can't get an album cover and ...
0
votes
0answers
17 views

Facebook Get wedding or engagement date

I am trying to get the wedding date or engagement date of a user via my app. I am not sure which permission is needed. I am using 'user_relationships' permission. The main problem is I can't get the ...
0
votes
1answer
28 views

FacebookSDK (php) cant recognize '#' character in multiqueries calls

Im having a strange error with Facebok PHP SDK. Im trying to get a list of friends based in the first character's names and the images of their profiles. My function to look for "john" friends looks ...
0
votes
1answer
106 views

My facebook tab app cannot post photo to page's wall when used by user NOT admin

Alright, here's what I'm facing: I have made an app for my facebook fan page, my app is a Facebook Page Tab app. I have added the application to my facebook page by following: ...
0
votes
1answer
75 views

CURL URL Invalid

I have a problem in my application, is showing the following message Warning: curl_setopt () [function.curl-setopt]: Invalid curl configuration option in / ...

1 2 3 4 5 14