Questions tagged [facebook-rest-api]

57 questions
0
votes
0 answers

Received Facebook error response of type OAuthException: (#100) No matching user found (code 100, subcode 2018001)

Im using restfb api for connecting facebook client and im trying to send message to facebook user(recipient) from facebook Page. But it is throwing error: Received Facebook error response of type OAuthException: (#100) No matching user found (code…
0
votes
0 answers

Is there a way to detect if a Facebook login to my app came from a Business/Page?

I have an application with two distinct interfaces. One is aimed to "common" Facebook users, and the other is aimed to "Companies or Pages" from Facebook. Once someone uses Facebook to login to my app, is there a way to detect if this login came…
Claudio Holanda
  • 2,455
  • 4
  • 21
  • 25
0
votes
1 answer

what is maximium limt of likes and comments data of a post that i can get using graph api?

I'm Working on the getting the total number of likes and comments of post ? using graph api 2.5 !! I'm able get only 1000 likes of the post.the post contain more than 1000 likes.How can I get all the likes? even I tried keeping the limit with 10000…
Dilip Bobby
  • 323
  • 5
  • 15
0
votes
1 answer

Graph API 2.5 - some endpoints exist but require deprecated permission

I'm wondering what is the reason that in Grap API v2.5 reference there are still listed endpoints which require deprecated permissions? For example: https://developers.facebook.com/docs/graph-api/reference/v2.5/user/home - which requires read_stream…
0
votes
0 answers

Facebook Rest API, "restfb", doesn't allow me to use a method that exists in the library

I am trying to get used with Facebook API, restfb, but I have an annoying problem that is keep persisting. The code looks as follows: FacebookClient fc = new DefaultFacebookClient(TOKEN, Version.VERSION_2_0); User user = fc.fetchObject("me",…
0
votes
1 answer

Authenticate REST API services in java

I have created a restful service using jersey in java.The API tested with HTTP client as well. its working fine.I need to secure my API with username and password. anyone can help me out to do this.. Thanks in advance.
0
votes
2 answers

Facebook rest client in java

I don't know why I download facebook-java-api-3.0.2. It doesen't have class FacebookRestClient... I find some example using FacebookRestClient but I can't use it.... can u help me?? Something has change.. but I dont know what FacebookRestClient has…
Thanh Duy Ngo
  • 1,521
  • 6
  • 17
  • 25
0
votes
2 answers

Facebook app with REST API

Can I create a new Facebook app to use old REST api for user authentication. I would like to use the method auth.login for user authentication. Is it possible to use REST api with new facebook apps?
Anoop
  • 993
  • 6
  • 16
0
votes
0 answers

Generate Page / User access token for Facebook API without redirecting

I am trying to use Facebook Rest API in my application . I wanted to generate authentication token and using that generate page access token which can be used to post on page. When I was going through the authentication process I found that all…
0
votes
1 answer

Store app information on the Facebook (data.getCookies & data.setCookies)

Developing a web application using Facebook API JavaScript SDK I'm trying to store some application settings on the Facebook, so it would be possible to load the settings even if the user has changed a browser. There are data.getCookies and…
Daniel J F
  • 1,054
  • 2
  • 15
  • 29
0
votes
1 answer

How to get short-lived session_key based on REST API?

I want to find a way to let the session_key based on REST API expire to test my desktop app. How can I make an session_key based on REST API expired in short time? How can I get a short-lived session_key based on REST API? thanks!!!
CFeng CYe
  • 31
  • 1
  • 3
-1
votes
1 answer

offline_access will be deprecated, does it influence session_key,secret of rest api?

offline_access will be deprecated, does it influence session_key, secret of REST API? If I store REST auth infomation, may it use?
CFeng CYe
  • 31
  • 1
  • 3
1 2 3
4