7 questions
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 ...
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...
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...
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...
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 ...
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...
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.