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.
A template for creating new objects that describes the common state(s) and behavior(s).
1
vote
1answer
100 views
how to pass self to function in other class in objective c
Hi I am new in development of iOS. I make class named socialClass.h
#import <Social/Social.h>
#import <Accounts/Accounts.h>
- (void)facebookSharingStatusCheckCall:(NSString *)url ...
0
votes
0answers
69 views
facebook thumbnail class
I saw a lot of threads on similar issues but none regarding the issue that I'm running into.
I'm able to make facebook display the desired thumbnail when a specific page is being used, for example: ...
-1
votes
1answer
464 views
"Fatal error: Cannot redeclare class FacebookApiException
I have installed the instabuilder plug in and somehow the SEO Facebook C. plugin is conflicting with it.
Only when the SEO Facebook C. plugin is active accessing this page: ...
0
votes
0answers
76 views
FB SDK wrapped in class, can't login
I've been struggling with this issue for a while.
I can connect to facebook using the thinkdiff example, no problem, works straight out of the box.
But I'm incorporating the facebook api connect in a ...
0
votes
1answer
107 views
how to make my own facebook class
i want to make my own class to make my code useful and easy.
i want to replace (for example)
$facebook->api('/me');
to
$myclass->me();
to post on wall for example i need to write
...
0
votes
1answer
341 views
facebook integration suddenly failed using this php class
Facebook integration has been working perfectly on my site for some time, then overnight something happened at facebook because it's now failing.
Can someone have a look at the code I use all over ...
0
votes
2answers
120 views
NoClassDefoundError while class is exist in the program
I have a problem, When I run the following program then I found the NoClassDefaunderError, But that class is exist on this program. I didn't understand why this error through by the DVM:
The Program ...
3
votes
4answers
3k views
Android ClassNotFound and android.view.InflateException:
I m trying to integrate the facebook in my app.I am using facebook example app downloaded from facebook as a reference(also generated the appId and all this process on developer.facebook).I am little ...
2
votes
3answers
333 views
Login activity problem
Im currently developing an application for android, the first screen of the application is the LoginActivity, it is authenticating with facebook and a facebook login dialog is shown on users request. ...
0
votes
0answers
495 views
Global Facebook login session accessible for all activities
Hello everyone!
Im currently developing an Android Application for mobiles using the official Facebook SDK. The first screen on my application is the LoginActivity. That activity is bringing up an ...
0
votes
2answers
238 views
class gets unset when including smarty and facebook php
I don't understand this:
I use the __autoload feature in php and this works:
include_once '../sys/core/init.inc.php';
$Intro = new Intro();
echo $Intro->ip();
exit();
init.inc.php loads ...
0
votes
2answers
897 views
Does a Facebook wrapper class written in PHP exist? like Twitter wrapper class written in PHP
Where can i get a similiar http://code.google.com/p/php-twitter/ class for facebook?
The above class is very easy if i need to update my status on twitter i just do ...
2
votes
3answers
4k views
Where can I find the facebook php class reference?
For an example, there is a set_user function
$facebook->set_user
but I typed in set_user at the facebook developer wiki search box, it returns
'There is no page titled "set_user"'
...
