Ben yapmaya çalışıyorum @ facebook.stream.publish veya facebook.users.setStatus kullanarak Facebook'ta bahseder.
Facebook'ta bunu yapmak mümkün ve ben şu anda onu destekleyen bir "Twitter Sync" app olarak 3. parti API'leri kullanarak yok etmek mümkün biliyorum.
Şimdiye kadar kullanarak denedi: @[fb_id], @:fb_id, @[fb_id:fb_name], @:[fb_id:fb_name] ve @:[fb_id] akım mesajda .
I know Facebook.com uses @[fb_id:fb_name] on the site.
I also know Facebook's Dashboard API uses @:fb_id
I am also willing to emulate this functionality on my end if someone knows how to insert an url into the user's status or stream with custom link text or some method of inserting FBML into the stream (<fb:name>)
Note:
fb_id = Facebook User ID
fb_name = Facebook User Name
example: @[552192373:Jason Boehm]
Ben şu anda Facebook'un Resmi PHP API Client kullanıyorum.