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.

The Apache JMeter desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

learn more… | top users | synonyms

0
votes
0answers
161 views

How to configure Jmeter OAuth plugin for facebook login

I am trying OAuth plugin in Jmeter to login into facebook. I used Facebook's API Key as Consumer key and API Secret as Consumer Secret in OAuth Request Sampler. But I am not able to retrieve the OAuth ...
-1
votes
1answer
152 views

Jmeter Oauth Plugin for Facebook Login [duplicate]

Possible Duplicate: Facebook Login using Jmeter I am trying Oauth Plugin in Jmeter to login into facebook. I used Facebook's Api Key as Consumer key and Api Secret as Consumer Secret ...
0
votes
2answers
234 views

Facebook Login using Jmeter

I want to do a load test my Heroku application using Jmeter. To access the functionality of the application, I need to login through Facebook first. I tried with browser recording using proxy server. ...