0
votes
1answer
3 views

New way to programmatically get comments for opengraph actions?

Previously, I could use code like this (with the javascript api): if (OGActionObject.comments.count > 0) { // access comment data inside OGActionObject.comments.data ... } But ...
0
votes
0answers
14 views

Sign in with Twitter using a single URL (like Facebook)

We can add "Sign in with Facebook" functionality with a single URL: ...
0
votes
1answer
14 views

Can facebook API do this?

On my site I want members to be able to click a link import your Facebook photo then a Facebook popup opens and asks user to confirm that he/she wants to share their profile picture with my website. ...
0
votes
0answers
9 views

Facebook Javascript SDK open-graph: error adding custom objects for custom stories

I've created a custom object, called 'Opinion' to build custom stories around it. I'm trying to add some app-owned objects from my website using the javascript sdk. The sample code facebook gives me ...
0
votes
0answers
3 views

comment_info field not present in Stream.get

Facebook API is undergoing some changes scheduled to be live on July 10, 2013, as mentioned here . One of them is: Deprecating 'comments' field from 'stream' FQL table We are deprecating the ...
2
votes
1answer
40 views

How to get all friends like on Facebook?

I would like to get all likes of a user's friend on Facebook. So far I know how to take all likes of an authenticated user by FQL query: SELECT object_id, object_id_cursor,object_type, post_id, ...
0
votes
1answer
9 views

Rate Limiting Solution

I am developing a software application that uses the Facebook API to conduct searches on open posts etc. The issue I am trying to get my head around is rate limiting imposed by the Facebook API. All ...
4
votes
1answer
395 views

How can we track hashtags with the new facebook hashtag implementation

Since Facebook introduced hashtags, I've been interested in finding out more about them. Can someone point me in the direction of possibly tracking the hashtags similar to how twitter allows us access ...
0
votes
0answers
16 views

facebook api get photo

As we know, photos can be obtained by fql query of photo table (Or we can get it by "/user id/album" and "/album id/photo"). This way leads good results when a query for me or my friends id is issued. ...
0
votes
0answers
10 views

get access token long lived using facebook sdk php et js

i have a c client app "phonegap", the client must accept fb app to have access to his notifications. the problem is when he click on the button of fb, the new page of my server open 'the role of this ...
0
votes
0answers
28 views

Facebook 3.0.1 Send Request Error Android

Hello Everyone, I am working on facebook api.I want to send request to my friends in android.I am using facebook sdk 3.0.1.But I am getting an error.I checked hash id its correct.Please ...
-1
votes
0answers
8 views

How to get impressions count for App Notification through Graph API or FQL?

We are in progress of adding to our application possibility of automatically sending App Notification through the Facbook Graph API. And we are wondering if it is possible to somehow get CTI ...
-1
votes
0answers
8 views

How to perform a facebook tags via appcelerator api

I am using facebook api from appcelerator, i am able to publish a photo to facebook, but i am having difficulty to perform a tag. Can any one help?
0
votes
1answer
25 views

C# Facebook API - The user hasn't authorized the application to perform this action

I am having a headache in trying to figure out how to post updates to my Facebook page as I keep receiving the error: "(OAuthException - #200) (#200) The user hasn't authorized the application to ...
0
votes
0answers
12 views

Is it possible to view/download the content of the POST done via my facebook application?

I have a scenario, where an authorised user through my application is posting status/uploading pictures via my application by granting required permissions. My application uses graph APIs. Now, as ...
0
votes
0answers
33 views

facebook photo sharing app

I have such a Facebook API script thanks to which I can post images into the user album created by an app. I want to send the photo URL link ($photo_url) by GET variable ...
-1
votes
1answer
22 views

Can I connect to a Facebook app with my page profile?

I tried, but it always tries to redirect me to my personal account The app belongs to me. I created it with my personal account. I would like to let companies connect to the app with their page ...
1
vote
1answer
75 views

What would be the best way to connect to Facebook via C/C++? [duplicate]

I'm looking to create a desktop app in C/C++, most likely with Qt, that has the ability to connect (read/post) to Facebook. Which got me thinking, how exactly would you go about doing such a task? I ...
-2
votes
0answers
14 views

facebook LIKES losing in iPhone using Graph API [closed]

I want to get the LIKE listings from Facebook of user profile (suppose user is loged in using Facebook) using Graph API....how can it be done?
-6
votes
0answers
15 views

How to post to facebook page wall using Facebook Api [closed]

I want to post into facebook page wall using facebook sdk how to do it please ?
-2
votes
0answers
19 views

Add tab to facebook page. FBML [closed]

Need add tab to facebook page. Find link https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID &display=popup&redirect_uri=YOUR_URL But: I have a HTML code. Use PHP. Need create app and ...
0
votes
0answers
29 views

Why Graph API explorer doesn't show activities feeds, but my app would show? It's weird

*Screenshot: left side is my app, and right side is Graph API explorer app. Both app have the same permissions, and both is the web app: But, my app(left side)'s user access token would ...
-2
votes
0answers
14 views

I try to authorize to connect to facebook and i keep getting this error [duplicate]

Error: Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must ...
1
vote
1answer
18 views

API for new options while posting status

I was planning to integrate this functionality into my app. But now facebook itself provides these options in a much better way. And i would like to implement the later one. but i could not find ...
0
votes
0answers
21 views

Facebook API - FQL cursor querying all rows from url_like table

Using facebook's PHP SDK let's assume we have the following query: $facebook->api( array( 'method' => 'fql.multiquery', 'queries' => array( ...
0
votes
1answer
21 views

Do facebook app tokens expire?

I'm reading up on Facebook Access Tokens. I need to generate an app token to inspect an access token I got from a user. This is described here, but isn't that relevant now. I can write software which ...
0
votes
0answers
7 views

Is there a way to load your site's terms of service/privacy statement for Google Login?

Facebook let's me provide the link to my terms and conditions/privacy statement to users that login to my site with Facebook Login, but I can't find where to do it for Google Login. Does anyone know ...
0
votes
0answers
11 views

cross platform facebook api for desktop application [closed]

Is there any working cross platform facbook api available for desktop application? I have googled some api for desktop application but i could not find any currently working api. Any suggestion would ...
0
votes
0answers
21 views

Facebook API Returning 274 friends when it says i have 288

Heres my code: $friends_data = array(); $offset = 0; $limit = 5000; $data = $facebook->api("me/friends/?limit=$limit&offset=$offset"); $friends_data = array_merge($friends_data, ...
0
votes
0answers
24 views

Facebook API for Android and iPhone

I am creating page Android and iPhone Facebook posted data and account information. i have "googled" lots many time but i am not getting proper things form search. Actually i like to fetch time line, ...
0
votes
1answer
18 views

Facebook Graph API: Create/Update Event Picture not working

I want to update an event's picture as described in the Event API. $eventId = '291145580981541'; $accessToken = $facebook->getAccessToken(); // have tested, is correct $data = array('source' => ...
0
votes
1answer
16 views

Create Action,Story and Type in opengraph in facebook using code from website

I need to post story on usertimeline via my website.Right now I've created one sample application for that,created story,action and object from app dashboard in facebook and it works, but I don't want ...
0
votes
1answer
21 views

Is there any documentation for the “Feelings” feature in a Facebook status?

I have an HTML page where you can update your status via any App ID, and I'm just wondering if there's any documentation for the "Feelings" feature that they've recently added? I'd love to add that ...
0
votes
0answers
9 views

What Facebook API/plugin do i need (PHP based)

I have to create a function, that lets users write a newsletter from an intranet, instantly share that on the companys Facebook page wall. The intranet stuff is made, and all fine - just need to post ...
0
votes
0answers
22 views

Facebook API: how to remove business page hours?

I can't find a way how to remove open or close hours from Facebook page using Facebook API. I have page that looks like this: { ... "id": "123456", "category": "Business services", ...
0
votes
0answers
20 views

Publish Facebook Web Service App

I am new to facebook APIs. I recently developed a web service app using python django and Facebook Api's. Now I want to get friend list of a user Id. But from these posts facebook graph api..get ...
-1
votes
0answers
28 views

how to show facebook notification send by other users in my website

I m new to these api and stuff i have downloaded the sdk github examples and source and developed the aap id and secret key only thing is i dont know how to show other users notification in my website ...
0
votes
1answer
31 views

Facebook FQL - get all photos which user and user's friend commented, liked

I have id of current user (uid1), and id of his friend (uid2). How can i get photos which're liked or commented by them (using FQL). Please help me. thanks!
0
votes
1answer
7 views

How to get in contact to discuss API calls?

We're running a serious Facebook App that gets more and more traction. However, we are now facing API limits... How can I contact Facebook to discuss this? It seems impossible to find any contact ...
0
votes
1answer
131 views

still getting “The parameter app_id is required” error on Facebook API login

I cannot get the FB API example to work. I have my app registered (tried both sandbox and standard mode), I provided appId and appSecret when instantiating the facebook object, but when I click the ...
0
votes
1answer
15 views

Rate limit on Facebook API

I am working on a project that want to use facebook api's. I want to know whether there is a rate limit on the facebook api's per account.
0
votes
0answers
25 views

facebook app access_token and friends birthday

i'm trying to build a small website that will do the following: customer should click a "login with facebook" and assign a access token. the permissions i request are: ...
0
votes
1answer
22 views

Many friends in one story

I have added new object type, action and story in developers facebook app page. Everything is fine, adding new object works, publishing story also works. But I need story where there is more than one ...
0
votes
1answer
82 views

Read Facebook Post-related Object with Spring Social

I read all my likes using FQL with Spring Social Facebook here is the method: public List<LikeObject> startF(String token){ Facebook facebook = new FacebookTemplate(token); ...
1
vote
0answers
36 views

It is possible to create albums in groups using graph API?

I'm writing web app for facebook. I can successfully create albums for users and pages, and upload images to them. But I still can't create albums in groups. Even in the graph explorer with all ...
0
votes
1answer
68 views

Parsing Facebook Graph API response

I'm working on Facebook Scores API for an android app. I query for the user score by accessing the user graph: https://graph.facebook.com/user_id/scores&access_token={user_access_token} I get a ...
1
vote
0answers
15 views

Posting Comment via Graph Api with symbols

hello is it possible to use symbols when posting comments via Graph api ? If i try this symbols ...
-4
votes
0answers
34 views

How to create an API similar to Facebook with Php [closed]

I am creating a website in which I would like people to play games. I want to do something like Facebook is doing, which is letting other game developers create games and submit on Facebook. I do not ...
-1
votes
0answers
20 views

Facebook API on IIS [closed]

We developed app for Facebook (it was developed on apache). Now we moved it to product server (Windows Server 2008 IIS 7), but we get this error. [message] => SSL certificate problem: unable to get ...
0
votes
1answer
47 views

Get Facebook ID For URL

I'm wondering how to retrieve the information that the Open Graph Debugger shows when you enter a URL. Here's an example: I have a page that has all the right og meta tags, the top looks like this: ...

1 2 3 4 5 46