Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
JSP (Java Server Pages) is a server side technology used for presentation layer for the web applications.
2
votes
0answers
43 views
parsing signed_request in facebook
I am trying to parse the facebook signed_request in 32 bit operating system.
The java code for parsing signed_request in 64 bit operating system works fine.
When I am using the modified code in ...
0
votes
0answers
26 views
How can I get the facebook's contents
Facebook Developers
When I get Facebook's contents, I used POST_ID form the FQL that is below
THE FQL
SELECT created_time, post_id, actor_id, message FROM stream WHERE filter_key = 'owner' AND ...
0
votes
1answer
24 views
Is it possible to get images from facebook profile(profile pictures etc.) to another xyz website if the xyz website user himself wants to do it?
I am developing a website which uses facebook credentials for logging in. Is it possible to maintain user accounts with the pictures he has uploaded in facebook?Or are only facebook apps
given that ...
0
votes
0answers
79 views
Share my product details to social networking sites
I have some products listing in my web page. I would like to give share links to each product. I got the code for this from How to share individual product image in facebook here. But through this ...
0
votes
0answers
79 views
Connecting social networking site's link to my web application
I have requirement in which i need to link social networking sites(facebook, twitter ect.) to my web application.
i searched a lot but still i am unable to find any relevant help.
I want steps to ...
0
votes
1answer
511 views
Get current action in jsp - struts2
the thing is I'd like to get the current url in a jsp page, but not showing the .jsp page but the action name. For example:
I have the action http://www.mypage.com/Index, which displays the page ...
1
vote
1answer
69 views
Deploy Servlet to Tomcat hosing
I create Facebook JSP Application. I use Restful Java Client Web Services. And created .java file. in this file have Servlet. but can not deploy it into the hosting. I deployed follow
WEB-INF
...
0
votes
0answers
54 views
Sending number of parameters from facebook to my server
I have a Facebook app which sends her responses to my server hard coded.
My server which is a tomcat recieve the response (a Facebook notification).
I want that an user who use my app will get the ...
1
vote
1answer
347 views
how to create a function in jsp
I have created a web page called allmeters.jsp. In the page I have a hyper link
<a href="demo.jsp?mid=<%=rs.getInt("meterid")%>"><%=rs.getInt("meterid")%></a>
In my second ...
1
vote
0answers
54 views
Page not getting refreshed once logged in to Facebook in IE [closed]
I include an iframe in my JSP page and in that iframe I have integrated Facebook login. Once I click login and enter credentials the iframe is getting refresed in Firefox, Google Chrome but the same ...
0
votes
0answers
187 views
Display Facebook user name and picture from my notification
I would like to build a metro application in Windows 8 to be syncronize with Facebook.
I would like to send notification to a friend. The notification should to be sent by Facebook to my Server and my ...
-1
votes
2answers
209 views
Extracting Facebook profile picture
I am building a metro application in Windows 8 and i want that it will syncronize with Facebook.
I would like to present the picture in my jsp file. The jsp file will be presented after the user will ...
0
votes
1answer
249 views
facebook oAuth is not redirecting back to application
I am trying to call facebook oauth login. Once pop up is appeared with facebook login page, It is not redirecting to same application again.
<html>
<head>
<script ...
0
votes
3answers
790 views
Can RestFB be used for 'login with facebook'? [closed]
I am new to RestFB I am planning to use it in my JSF application to develop 'login with facebook' functionality.
Going through it`s tutorials and sample it looks like it is meant for fetching content ...
1
vote
1answer
173 views
Set expiration date of Facebook's Channel file in JSP
I'm developing an HTML app that integrates Facebook Graph API using Javascript SDK. Facebook recommended to use the channel file with the help of PHP, but I'm using Google App Engine and therefore ...
0
votes
1answer
416 views
facebook send button is not working with localhost
I have included the following code in my jsp page,
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) ...
0
votes
1answer
229 views
How can i make a jsp page (on facebook as a facebook tab) fan gate enabled?
I have made a facebook application in JSP. Then i integrated that application to my facebook page as a tab.
Now i want a fangate on that facebook tab.
that is i want to make that tab as reveal tab.
...
1
vote
2answers
742 views
how to automatically submit a spring security login form using JSP code?
I'm using spring security for normal login form, where users register and then enter their username and password to login. I'm using login with facebook and login with google options, I'm able to ...
1
vote
1answer
173 views
I would retrieve friendMemberList by using friend operation but i had always a last member of list?
@RequestMapping(value="/facebook/friendlist", method=RequestMethod.GET)
public String showFeed(Model model) {
List<Reference> friendLists = facebook.friendOperations().getFriendLists();
...
0
votes
0answers
635 views
How do I use meta tags into XHTML with Facebook, Twitter and G+
I'm trying to add some facebook, g+ and twitter buttons into my app, everything works fine until I tried to customize messages into them, I mean, using this:
<meta property="og:title" content="El ...
0
votes
1answer
1k views
I want to create fshare for each mp3 song on a single page .? How to use meta -tag for this ?My project is in jsp
I am using the code from this page
https://developers.facebook.com/docs/share/
0
votes
1answer
50 views
Need oauth value with js
I am using JSP and JS for an app on facebook. I am having trouble finding an answer so I am hoping some one can point me in the right direction.
I have my app installed on multiple fan pages and I ...
1
vote
1answer
1k views
Facebook credits java jsp callback example
I could not find an example of using the facebook credits api to create a callback using Java & JSP. I am posting my Java/JSP version of the callback.php example. Remember to replace the appId and ...
0
votes
1answer
135 views
Getting Name of Facebook page on which App is installed in JSP/Javascript
I want to get Name of Facebook page on which my FB App is installed.The app is built in JSP & it is rendered in an Iframe on canvas page.
I have gone through a similar question asked here but ...
0
votes
1answer
2k views
Facebook Authentication with JSP
I'm trying to complete Facebook Authentication within a simple JSP page following this example: http://www.sergiy.ca/how-to-implement-facebook-oauth-2.0-app-authorization-process-in-java/
...
-1
votes
1answer
392 views
Facebook API: access denied (java.io.FilePermission read)
I'm trying to use jsp to create an image object from
https://graph.facebook.com/marko/picture
The user first must log into facebook from my app before we try to access any of the files, however all ...
0
votes
1answer
532 views
Simple JSP facebook canvas example?
I'm trying to create a simple facebook api canvas application. the general functionality is to have a user (from within facebook) arrive at my page, and have their friends names listed.
Only Im ...
0
votes
2answers
2k views
Display List of 15 Facebook Friends with Name and Profile Picture in JSP
Got a tiny JSP problem. Am new to the whole bit, so please be lenient with me :)
I intend to draw a table with 2 columns: One for facebook friends profiles pictures and the other for facebook friends ...
0
votes
2answers
2k views
Uploading Multiple Files on the Server Using JSP
I have often wonder how facebook is able to handle uploading multiple files on the server when I am uploading my pictures.
I am quite not sure how it is being implemented. As I know, you could only ...
0
votes
1answer
500 views
Refresh picture after change
I have a video and I share it at my web page. Code examples of my jsp file:
<meta property="og:image" content="http://www.xxx/yyy/images/video/video_06.gif?4"/>
...
<link rel="image_src" ...
1
vote
3answers
874 views
Generating unique URL for Unique users in web site
I am developing a web application where users are going to register on it, after that it displays a dashboard for each user.A Dashboard will be unique to the every user,It should be similar to ...
0
votes
1answer
438 views
What is the development effort for implementing “login with facebook” on large eCommerce site in JSP?
I am trying to scope out the development effort associated with implementing the "login with Facebook" option on our website.
We operate a fairly large eCommerce travel website running on a JSP ...
1
vote
1answer
428 views
Eclipse: support for fb-namespace (Facebook) in JSP-files
I got a Java-project related to Facebook with a bunch of JSP-files and I'm supposed to check something and use parts of that in another project. If I open a JSP-file in Eclipse I see plenty of tags in ...
0
votes
1answer
2k views
Facebook application to display friend list in jsp
How to create a facebook application to display friend list in jsp page without using script.
0
votes
2answers
5k views
How can I disable Tomcat caching completly?
I'm having trouble with a site im currently working on.
We are trying to make facebook connect comments widget. The widget loads every time we make a new request that responds with a 200 OK status. ...
1
vote
1answer
606 views
GAE JSP and Facebook-api-java iframe fb_sig_* param
I am building facebook app using iFrame (using Google App Engine Java,JSP and Facebook-api-java), and when Facebook calls back to my website, I expect to get the fb_sig_* request params for the ...
