facebook-graph-api tag

7 questions


1 answers
109 views
0
Only Facebook SDK 'name' kanji can be retrieved

let graphRequest=FBSDKGraphRequest (graphPath: me, parameters: [fields: id, name, first_name, last_name, picture.type(large), email, locale)As you can see above, I have retrieved profile-related data ...


1 answers
80 views
0
I want to convert the URL of the web page to UserId or GroupId in Facebook Graph API.

I would like to convert the URL of Facebook to UserId or GroupId as shown on the following site.http://lookup-id.com/I can't find the equivalent of the Facebook Graph API.Does anyone know how to conve...


1 answers
87 views
0
I'm reading og:image on facebook ogp but I can't see thumbnail

with cakePHPhttps://github.com/monsat/OgpI am configuring it using the .1:If you look at the debugger, <meta property=og:image content=http://[sample.com]/aaa/bbb.jpg/> is loaded without any pro...


1 answers
120 views
0
I'm reading og:image on facebook ogp but I can't see thumbnail

with cakePHPhttps://github.com/monsat/OgpI am configuring it using the .1:If you look at the debugger, <meta property=og:image content=http://[sample.com]/aaa/bbb.jpg/> is loaded without any pro...


1 answers
59 views
0
Get wall information about your friends on Facebook API

I have a question about Facebook API.Would it be possible to retrieve my friend's wall post via API?I think I can get Facebook page and Group information after a lot of research, but I didn't know if ...


1 answers
91 views
0
I want to post automatically on Facebook's wall.

There is a blog site where several people are posting.After the administrator approves the article, I would like to post the article on the contributor's wall.I am using the existing CMS, but I am pla...


1 answers
108 views
0
There is an error when checking the access token on the server side when logging in to FaceBooK on the smartphone application.

I am currently developing a smartphone application using cordova.Send the access token obtained by logging in to FB on the app side to the server side and On the server side, I would like to log in ag...


© 2024 OneMinuteCode. All rights reserved.