Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.
0
votes
0answers
7 views
Getting errors while accessing facebook news feed in android
I am working in a facebook project.when i am trying to fetch the news feed data from facebook it shows some errors and the app was closed.I also got the permission to read the data.But when i tried to ...
0
votes
0answers
3 views
How can i get native language name via JS SDK
I used FB.api( '/me', ... ) in my APP and this function returned me object with name in english.
How can i get user's (my) native first name / last name ??
0
votes
1answer
6 views
Facebook Graph Feed documentation
Where can I find the documentation (parameters that can be given) of the following graph url:
https://graph.facebook.com/<PAGENAME>/feed
I've been searching for hours, but I can't find them.. ...
0
votes
0answers
3 views
How to embed oauth dialog in same page?
I want to open Facebook's oauth dialog in same web page.
I am using Facebooks's JS SDK to perform oauth, display option: popup & touch is working fine but display option: page & iframe is not ...
0
votes
0answers
9 views
Is there any procedure in facebook api to block users below 18 Facebook sdk3.0
How to set age restrictions in Facebook sdk 3.0 for android.
https://graph.facebook.com/APP_ID?restrictions={“RESTRICTION_TYPE:VALUE”,
…}
I know its done by this but how to implement on ...
0
votes
0answers
6 views
Reading from a Facebook wall of a Personal Profile without logging in
tried several solutions and googled alot but no luck so far.
So here what I have done:
- I created a Facebook App
- I set authorization to public for all posts of this profile
- Set Extended ...
0
votes
1answer
24 views
Graph api is not returning user email id
int this code GraphUser is not returning email-id and contact number please help to read the email address it is urgent please help me
thanks in advance
CODE
@Override
public void ...
0
votes
0answers
13 views
I wanto to like a photo on behalf of facebook user through php sdk
I wanto to like a photo on behalf of facebook user through php sdk my application user Access Token has publish stream permission but when i use this code i got this error.
Fatal error: Uncaught ...
-1
votes
1answer
4 views
Retrieve 'date and time' for Facebook shares and likes?
Is it possible to track the number of likes of a Fan page status in a certain interval of time, let's say in a month?
0
votes
0answers
4 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 ...
-1
votes
0answers
8 views
Node js facebook api can't POST
I have a problem implementing amachang's https://github.com/amachang/facebook-node-sdk facebook-node-sdk in my express node.js application , i putted the same code in the example with the modification ...
0
votes
0answers
16 views
Error displayed while accessing Facefook newsfeed from sdk
I am a beginner in android.I am working in a facebook project.when i am trying to fetch the news feed data from facebook it shows some errors and the app was closed.I also got the permission to read ...
0
votes
0answers
5 views
Change Facebook Profile Picture using Facebook iOS SDK or Graph API
Is there any way to set a photo as profile picture from Facebook iOS SDK or Graph API? I've uploaded the new image to my application album, retrieved the object ID for the new image, and looking for ...
0
votes
0answers
9 views
Facebook Graph Api-See if User has liked a post
In my app I need to display if the users home feed (using /me/home). Each post has a like button, and I need to know whether or not the user has already liked a post. I've looked at several solutions ...
1
vote
1answer
10 views
Facebook comments - fb.api comments: only returns first 25 comments
I use the code below to catch a new facebook comment on my blog, and make some actions (push data into a db and thank user):
<script type='text/javascript' ...