Facebook's JavaScript SDK provides a rich set of client-side functionality for accessing Facebook's server-side API calls. It can collaborate with any SDK like PHP, C#, Java, android, ios, etc
0
votes
0answers
3 views
Facebook Login using Javascript SDK does not give extended access token
So, Facebook's documentation regarding access tokens says:
Apps using the Facebook SDKs for Javascript, Android and iOS, desktop apps or apps using the server-side login flow automatically ...
1
vote
0answers
27 views
Facebook Auth Dialog: Developer warning concerning the use of “display” type “popup”
starting today we receive developer warnings in the auth dialog with the following message:
You are using a display type of 'popup' in a large browser window or tab. For a better user experience, ...
0
votes
0answers
21 views
how to post to page wall as admin user not as page
I know how to post to page wall/comment/like by graph api.As a post sample i use in this way -
FB.login(function(response) {
if (response.status=='connected') {
if ...
0
votes
0answers
17 views
Open Graph FB Posting to Wall - Content/Preview Customization
I'm having difficulty getting the information I want displayed in the wall post. For the open graph display, I got everything I wanted using the curly brackets, etc., but I'm having difficulty getting ...
0
votes
0answers
17 views
FB.api - auto post Action Types - Object reference error
I have looked at previous questions answered on this topic, however I cannot seem to find one that will work with my solution.
Im looking to create a facebook app that allows auto posts to the users ...
0
votes
1answer
24 views
Get City and About Me info from FB to Asp.Net
I have get user profile information including user name, birthday , email ,profile image and gender from facebook in my asp.net project and now i want to get city and about me details and i tried ...
-1
votes
1answer
27 views
how to use Facebook share button in my web page to share or post something to facebook page?
i am added a facebook share button to my website it is sharing or posting things to profile timelines but it is not sharing or posting anything to my page(like fans page in facebook).Is there anyway ...
0
votes
1answer
38 views
Display custom message when asking for facebook permissions
Is there any way to display a custom message when asking for permissions with facebook js sdk? For example if I ask for email permissions, I would like to add a message "Your email is needed in order ...
0
votes
1answer
16 views
Facebook log in supplies data but does not ask for any permissions whatsoever
I recently implemented the Facebook log-in on a site which I've been working on. I need to pull some data from the user and call the following function when the user clicks the 'log in' button
...
-3
votes
0answers
19 views
How I can to send Zynga Poker chips automaticly with facebook api or something? [closed]
I want to build php script that can send ZyngaPoker chips from my facebook account to another facebook account.
There is an option to do that with facebook api ? or another method ?
Thanks
0
votes
0answers
28 views
Photo upload with javascript
I want to upload photo via Facebook graph API in Javascript. I have php file in which i have all the necessary stuffs which uploads photo to users wall and album too. What i really need is that i want ...
-1
votes
1answer
25 views
How to delete recent post published by facebook application
I am auto posting on user wall with php now i want to put a link or button to allow user to delete recent post published by application please help me for it
0
votes
0answers
24 views
facebook /me response undefinded
There are many posts about "/me" returns undefined, but I couldn't find any solution.
The user is logged in, because response.status is connected. But calling /me returns "undefined".
Code snippet:
...
0
votes
1answer
15 views
Troubles with facebook fql reading page fans
I have a problem with facebook jql and javascript sdk in an facebook app tab. If a user is logged in, then i want to read if the user is fan of the page. If so, redirect to a specific fan page, else ...
-1
votes
0answers
22 views
App getting deleted by Facebook within minutes of going Live to public [closed]
Our Web Canvas App with namespace 'yoossup' App Id:'308128822641202' got deleted form my Admin panel(/App Dashboard) of app developer account and also from all our users Account within minutes after ...