Skip to main content

All Questions

Tagged with
-1 votes
1 answer
623 views

How to get photos from a facebook page without login in ios

I am making photo viewer app. I want to get photos from Facebook page without user needs to Login. I know how to get photos from Facebook but I did not know how to get photos without login? I use ...
Maulik shah's user avatar
  • 1,692
0 votes
1 answer
227 views

facebook group info using url

For a public group https://www.facebook.com/groups/359484787507661/, i am getting the group info by the followong code: Group group = facebookClient.fetchObject("359484787507661", Group.class); But ...
din_oops's user avatar
  • 708
0 votes
1 answer
1k views

How to get my all facebook posts by group ID

As the fql is deprecated for versions v2.1 and higher, So I am not able to access the data using fql. Is there any way to fetch only my posts by group id. Please correct me, if Im wrong.
Pankaj Bhandarkar's user avatar
0 votes
0 answers
57 views

How to get facebook page unlike_count using FQL QUERY

I have created a page on facebook and get their details using fql query. Here I mentioned the fql query SELECT url, normalized_url, share_count, like_count, comment_count, total_count, ...
Anand Rajagopal's user avatar
0 votes
1 answer
72 views

Facebook FQL how to know uid1 and uid2 are friend

I tried this query SELECT uid1,uid2 from friend where uid1= 437574483052913 AND uid2 = 314664215408124 I got an empty return . When I search their name in their friends list , I see they are ...
Minh Nguyen's user avatar
0 votes
1 answer
1k views

Facebook URL Graph Search - Page Queries

I am looking to generate a list of URLS or FB ID's for a set of existing Facebook Pages. Ultimately the initial query I am looking to run is simple: Find all NEW facebook pages created in City XYZ. ...
Trevor Pare's user avatar
-1 votes
1 answer
464 views

How to Determine the Number of Followers on Facebook php

Facebook enables you to have both friends and followers on the network. Friendship is a two-way relationship -- you can see the updates of your friends, and they can see yours (depending on the ...
Bilal Raj's user avatar
3 votes
0 answers
410 views

How to get "People Also Like" using FQL or Graph API

As mentioned above, I want to get name and page_URL(website) on People Also Like list using FQL OR Facebook Graph API. I was making some Query for FQL such as: select page_id, name, username, ...
Jin's user avatar
  • 31
0 votes
2 answers
47 views

Why does the following Facebook fql query is not returning any data?

SELECT uid, name, sex FROM user WHERE uid IN (SELECT uid FROM event_member WHERE eid in(256178797901718) and rsvp_status='attending') order by name The purpose of the query is to get all the users' ...
Varun Kakumani's user avatar
0 votes
1 answer
418 views

Search people on facebook by name and get fields=name, id, education

I want to create a search engine, it want to search people by name and i needed fields: id, name, education. Is there possible? I use this way: https://graph.facebook.com/search?q=tom&type=user&...
Bmuller's user avatar
  • 239
0 votes
0 answers
48 views

Facebook FQL query for fetching news feeds does not work all the times

Hi i wrote a FQL query to fetch the news feeds which returns the results sometimes and returns empty result set most of the times.The weird part is the same query returns a proper result set while ...
ravoorinandan's user avatar
0 votes
1 answer
116 views

How to get all objects i.e posts on a page liked by a particular user i.e. 'me' with facebook open graph api?

I need to show all the posts/images from a particular facebook page that has been liked by the user. Now, the problem is I don't want to write nested requests for the graph response. This query ...
Sami's user avatar
  • 282
0 votes
0 answers
127 views

how to disable popup if user already likes my website?

I am asking users on button click to like my website page. when user likes page and clicks this button again it asks to like my page again. please help to prevent this. FB.login(function(response) { ...
Gio Nebieridze's user avatar
0 votes
1 answer
99 views

Graph API:- Find whether a ID is pageid or groupid or userid using Graph api

I have started using Graph Api recently.Every thing was going good until I face this problem.. For a given ID I want to know to which type this id belongs to? for example I want to know whether ...
Sudhir kumar's user avatar
0 votes
2 answers
2k views

How to get Number of shares and Likes for a URL using FacebookGraph API

How to get Number of shares and Likes for a URL using Facebook Graph API? There are a few posts answering a similar question but every post offers a different method/fb API. I am using the C# SDK and ...
ViV's user avatar
  • 2,098

15 30 50 per page